Build spppcontrol if MK_PPP != no

This commit is contained in:
Enji Cooper 2014-11-30 08:34:46 +00:00
parent 162789296e
commit 317fdbc621
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275304
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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