summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-04-05 22:08:18 +0000
committered <ed@FreeBSD.org>2009-04-05 22:08:18 +0000
commit36d960175a8cfcbccee2d24424dc7677bbf9954a (patch)
tree8a97b6bb04afecdfb70c99fe4302c043d6d240e0 /usr.sbin/Makefile
parent18eefdb2b28b2ccc1394a40d490c6b1b0c80086d (diff)
downloadFreeBSD-src-36d960175a8cfcbccee2d24424dc7677bbf9954a.zip
FreeBSD-src-36d960175a8cfcbccee2d24424dc7677bbf9954a.tar.gz
Remove if_ppp(4) and if_sl(4).
Not only did these two drivers depend on IFF_NEEDSGIANT, they were broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been replaced by ppp(8). There is no replacement for if_sl(4). If we see regressions in for example the ports tree, we should just use __FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are present. Version 800045 is used to denote the import of MPSAFE TTY. Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the lists.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index c9fefd8..62aa26f 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -129,8 +129,6 @@ SUBDIR= ${_ac} \
powerd \
${_ppp} \
${_pppctl} \
- ${_pppd} \
- ${_pppstats} \
${_praliases} \
${_praudit} \
procctl \
@@ -166,7 +164,6 @@ SUBDIR= ${_ac} \
setfmac \
setpmac \
${_sicontrol} \
- ${_sliplogin} \
${_slstat} \
smbmsg \
snapinfo \
@@ -363,8 +360,6 @@ _portsnap= portsnap
.if ${MK_PPP} != "no"
_ppp= ppp
#_pppctl handled below
-_pppd= pppd
-_pppstats= pppstats
.endif
.if ${MK_QUOTAS} != "no"
@@ -385,11 +380,6 @@ _praliases= praliases
_sendmail= sendmail
.endif
-.if ${MK_SLIP} != "no"
-_sliplogin= sliplogin
-_slstat= slstat
-.endif
-
.if ${MK_SYSINSTALL} != "no"
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "sparc64"
OpenPOWER on IntegriCloud