diff options
Diffstat (limited to 'secure')
-rw-r--r-- | secure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile index b168391..2ee6067 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -4,7 +4,7 @@ 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 \ + lib/libfetch usr.bin/fetch usr.sbin/pkg_install \ lib/libtelnet libexec/telnetd usr.bin/telnet .if !defined(NO_SENDMAIL) SPROGS+=usr.sbin/sendmail |