Makefile revision 117675
1# $FreeBSD: head/secure/Makefile 117675 2003-07-16 20:59:15Z markm $
2
3# lib must be first, or it will not work.  This is because we reference
4# the lib's in the directory where they are built from the binaries we
5# want to build.
6
7SUBDIR= lib libexec usr.bin usr.sbin
8
9# These are programs which depend on crypto, but not Kerberos.
10SPROGS=	bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
11	lib/libfetch usr.bin/fetch \
12	lib/libtelnet libexec/telnetd usr.bin/telnet
13.if !defined(NO_SENDMAIL)
14SPROGS+=usr.sbin/sendmail
15.endif
16
17.include <bsd.subdir.mk>
18