svn commit: r201210 - head/secure

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Dec 29 20:14:39 UTC 2009


Author: trasz
Date: Tue Dec 29 20:14:39 2009
New Revision: 201210
URL: http://svn.freebsd.org/changeset/base/201210

Log:
  Remove pppd, it's gone.

Modified:
  head/secure/Makefile

Modified: head/secure/Makefile
==============================================================================
--- head/secure/Makefile	Tue Dec 29 19:47:34 2009	(r201209)
+++ head/secure/Makefile	Tue Dec 29 20:14:39 2009	(r201210)
@@ -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


More information about the svn-src-all mailing list