From 7a9e3b169fbbe3a06c671bd0eac43f407cd642a4 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 11 Nov 2017 07:21:49 +0000 Subject: [PATCH] secure: chase removal of pkg_install --- secure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/Makefile b/secure/Makefile index 52830a50f126..c8d12502740d 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -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