summaryrefslogtreecommitdiffstats
path: root/secure/Makefile
blob: 2ee6067cf6c86782201ce55b397ebaabf80b4f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

SUBDIR= lib libexec usr.bin usr.sbin

# These are programs which depend on crypto, but not Kerberos.
SPROGS=	bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
	lib/libfetch usr.bin/fetch usr.sbin/pkg_install \
	lib/libtelnet libexec/telnetd usr.bin/telnet
.if !defined(NO_SENDMAIL)
SPROGS+=usr.sbin/sendmail
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud