summaryrefslogtreecommitdiff
path: root/secure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/secure/Makefile b/secure/Makefile
deleted file mode 100644
index 95ef72725170..000000000000
--- a/secure/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-# lib must be first, or it will not work. This is because we reference
-# the lib's in the directory where they are built from the binaries we
-# want to build.
-
-SUBDIR= lib libexec usr.bin usr.sbin
-
-# These are programs which depend on crypto, but not Kerberos.
-SPROGS= bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
- lib/libfetch usr.bin/fetch \
- lib/libtelnet libexec/telnetd usr.bin/telnet
-.if !defined(NO_SENDMAIL)
-SPROGS+=usr.sbin/sendmail
-.endif
-
-.include <bsd.subdir.mk>