aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-11-07 19:22:51 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-11-07 19:22:51 +0000
commitccad77fe1e02fa2559819bab262d9fd034a8dcac (patch)
tree2465ac4731266a83a46ac192acb0381cfce55230 /usr.bin
parent5270e1a584afb9122951917d0467fb236676c0ce (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile1
-rw-r--r--usr.bin/ldd32/Makefile10
2 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index b41385e253e8..c743cc8e15bf 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -226,7 +226,6 @@ SUBDIR.${MK_KDUMP}+= truss
SUBDIR.${MK_KERBEROS_SUPPORT}+= compile_et
SUBDIR.${MK_LDNS_UTILS}+= drill
SUBDIR.${MK_LDNS_UTILS}+= host
-SUBDIR.${MK_LIB32}+= ldd32
SUBDIR.${MK_LOCATE}+= locate
# XXX msgs?
SUBDIR.${MK_MAIL}+= biff
diff --git a/usr.bin/ldd32/Makefile b/usr.bin/ldd32/Makefile
deleted file mode 100644
index 633947adeaa0..000000000000
--- a/usr.bin/ldd32/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-NEED_COMPAT= 32
-.include <bsd.compat.mk>
-
-PROG= ldd32
-MAN=
-
-.PATH: ${SRCTOP}/usr.bin/ldd
-.include "${SRCTOP}/usr.bin/ldd/Makefile"