Makefile revision 124607
1# $FreeBSD: head/secure/Makefile 124607 2004-01-17 03:12:46Z ru $
2
3SUBDIR= lib libexec usr.bin usr.sbin
4
5# These are programs which depend on crypto, but not Kerberos.
6SPROGS=	bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
7	lib/libfetch usr.bin/fetch \
8	lib/libtelnet libexec/telnetd usr.bin/telnet
9.if !defined(NO_SENDMAIL)
10SPROGS+=usr.sbin/sendmail
11.endif
12
13.include <bsd.subdir.mk>
14