aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/atm
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-03-09 18:04:02 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-03-09 18:04:02 +0000
commitaf0cc0b22362153357d7b6783f64c4a11b1b03fe (patch)
tree4a31f771ca76cb2339ecf965dee700ba04d13827 /usr.bin/atm
parentb2654064c2d11a1ee36667b3ff8b0f4d2536af74 (diff)
Diffstat (limited to 'usr.bin/atm')
-rw-r--r--usr.bin/atm/Makefile5
-rw-r--r--usr.bin/atm/Makefile.inc3
-rw-r--r--usr.bin/atm/sscop/Makefile13
-rw-r--r--usr.bin/atm/sscop/Makefile.depend19
4 files changed, 0 insertions, 40 deletions
diff --git a/usr.bin/atm/Makefile b/usr.bin/atm/Makefile
deleted file mode 100644
index 9ed46ef7a16d..000000000000
--- a/usr.bin/atm/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-SUBDIR= sscop
-
-.include <bsd.subdir.mk>
diff --git a/usr.bin/atm/Makefile.inc b/usr.bin/atm/Makefile.inc
deleted file mode 100644
index 265f86d1ed55..000000000000
--- a/usr.bin/atm/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile
deleted file mode 100644
index 491986791282..000000000000
--- a/usr.bin/atm/sscop/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-CONTRIB= ${SRCTOP}/contrib/ngatm/sscop
-
-.PATH: ${CONTRIB}
-
-PROG= sscop
-SRCS= common.c sscop_main.c
-CFLAGS+= -I${CONTRIB} -DUSE_LIBBEGEMOT
-
-LIBADD= begemot ngatm
-
-.include <bsd.prog.mk>
diff --git a/usr.bin/atm/sscop/Makefile.depend b/usr.bin/atm/sscop/Makefile.depend
deleted file mode 100644
index 34779573a216..000000000000
--- a/usr.bin/atm/sscop/Makefile.depend
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- gnu/lib/csu \
- include \
- include/xlocale \
- lib/${CSU_DIR} \
- lib/libbegemot \
- lib/libc \
- lib/libcompiler_rt \
- lib/libngatm \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif