mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Build spppcontrol if MK_PPP != no
This commit is contained in:
parent
162789296e
commit
317fdbc621
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275304
@ -65,7 +65,6 @@ SUBDIR=adjkerntz \
|
||||
savecore \
|
||||
setkey \
|
||||
shutdown \
|
||||
spppcontrol \
|
||||
swapon \
|
||||
sysctl \
|
||||
tunefs \
|
||||
@ -111,6 +110,10 @@ SUBDIR+= pfctl
|
||||
SUBDIR+= pflogd
|
||||
.endif
|
||||
|
||||
.if ${MK_PPP} != "no"
|
||||
SUBDIR+= spppcontrol
|
||||
.endif
|
||||
|
||||
.if ${MK_INET6} != "no"
|
||||
SUBDIR+= ping6
|
||||
SUBDIR+= rtsol
|
||||
|
@ -4682,10 +4682,12 @@ OLD_DIRS+=etc/ppp
|
||||
OLD_FILES+=etc/rc.d/ppp
|
||||
OLD_FILES+=etc/rc.d/pppoed
|
||||
OLD_FILES+=etc/rc.d/sppp
|
||||
OLD_FILES+=sbin/spppcontrol
|
||||
OLD_FILES+=usr/sbin/ppp
|
||||
OLD_FILES+=usr/sbin/pppctl
|
||||
OLD_FILES+=usr/share/man/man8/ppp.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/pppctl.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/spppcontrol.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_PROFILE} == no
|
||||
|
Loading…
Reference in New Issue
Block a user