xref: /freebsd/secure/Makefile (revision 7773002178c8dbc52b44e4d705f07706409af8e4)
1# $FreeBSD$
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