Makefile revision 117675
150479Speter# $FreeBSD: head/secure/Makefile 117675 2003-07-16 20:59:15Z markm $
21908Swollman
34485Sphk# lib must be first, or it will not work.  This is because we reference
44485Sphk# the lib's in the directory where they are built from the binaries we
54485Sphk# want to build.
61908Swollman
757437SmarkmSUBDIR= lib libexec usr.bin usr.sbin
84485Sphk
9117675Smarkm# These are programs which depend on crypto, but not Kerberos.
10117675SmarkmSPROGS=	bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
11117675Smarkm	lib/libfetch usr.bin/fetch \
12117675Smarkm	lib/libtelnet libexec/telnetd usr.bin/telnet
13117675Smarkm.if !defined(NO_SENDMAIL)
14117675SmarkmSPROGS+=usr.sbin/sendmail
15117675Smarkm.endif
1615615Smarkm
171908Swollman.include <bsd.subdir.mk>
18