]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/Makefile
This commit was generated by cvs2svn to compensate for changes in r117839,
[FreeBSD/FreeBSD.git] / secure / Makefile
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
7 SUBDIR= lib libexec usr.bin usr.sbin
8
9 # These are programs which depend on crypto, but not Kerberos.
10 SPROGS= 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)
14 SPROGS+=usr.sbin/sendmail
15 .endif
16
17 .include <bsd.subdir.mk>