secure: chase removal of pkg_install

This commit is contained in:
Eitan Adler 2017-11-11 07:21:49 +00:00
parent fd7074590a
commit 7a9e3b169f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325705

View File

@ -11,7 +11,7 @@ SUBDIR.${MK_TESTS}+= tests
# These are the programs which depend on crypto, but not Kerberos.
SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
bin/ed libexec/telnetd usr.bin/fetch usr.bin/telnet \
usr.sbin/pkg_install usr.sbin/ppp usr.sbin/tcpdump/tcpdump
usr.sbin/ppp usr.sbin/tcpdump/tcpdump
.if ${MK_SENDMAIL} != "no"
SPROGS+=usr.sbin/sendmail
.endif