aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-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