aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-11-30 08:34:46 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-11-30 08:34:46 +0000
commit317fdbc62161d74538a88fb282811f35d66f994f (patch)
tree1d7294f0181e09d1a43cd45c30615ce450c82e9f /sbin
parent162789296e98b118414ac5a599c9ae88773fd873 (diff)
downloadsrc-317fdbc62161d74538a88fb282811f35d66f994f.tar.gz
src-317fdbc62161d74538a88fb282811f35d66f994f.zip
Build spppcontrol if MK_PPP != no
Notes
Notes: svn path=/projects/building-blocks/; revision=275304
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 7adaa929dee2..658f876f450f 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -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