Makefile revision 124638
1# $FreeBSD: head/secure/Makefile 124638 2004-01-17 19:22:36Z 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 usr.sbin/pkg_install \
8	lib/libpam \
9	lib/libtelnet libexec/telnetd usr.bin/telnet
10.if !defined(NO_SENDMAIL)
11SPROGS+=usr.sbin/sendmail
12.endif
13
14.include <bsd.subdir.mk>
15