aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-12-29 20:14:39 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-12-29 20:14:39 +0000
commit7022a9ebc5594ce2e5e0e5e0f4129af0cf87ee02 (patch)
treea8fd2e1a43d5fa8b50a541273f59f26277207f0b /secure/Makefile
parent0f454b93f8502e85e8d2b26a383e40b5dc50cd27 (diff)
downloadsrc-7022a9ebc5594ce2e5e0e5e0f4129af0cf87ee02.tar.gz
src-7022a9ebc5594ce2e5e0e5e0f4129af0cf87ee02.zip
Remove pppd, it's gone.
Notes
Notes: svn path=/head/; revision=201210
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 7a78d947c556..7342709e1f7f 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -7,8 +7,7 @@ SUBDIR= lib libexec usr.bin usr.sbin
# 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/pppd \
- usr.sbin/tcpdump/tcpdump
+ usr.sbin/pkg_install usr.sbin/ppp usr.sbin/tcpdump/tcpdump
.if ${MK_SENDMAIL} != "no"
SPROGS+=usr.sbin/sendmail
.endif