summaryrefslogtreecommitdiff
path: root/secure/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-23 15:32:56 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-23 15:32:56 +0000
commit84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch)
tree85059f7e88bcf124efae7c17bd99cfa18627a8c4 /secure/Makefile
parenta28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff)
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>