diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-04-05 22:08:18 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-04-05 22:08:18 +0000 |
| commit | d2a0bb080329ea491a0cbb90ee35c7c9ab9815d9 (patch) | |
| tree | 8a97b6bb04afecdfb70c99fe4302c043d6d240e0 /usr.sbin/Makefile | |
| parent | 029c6e958cf5c424720b989501626fad7b3951e2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/Makefile')
| -rw-r--r-- | usr.sbin/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c9fefd80bff6e..62aa26f5a26aa 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" |
