summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 45cf994..6339017 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -279,7 +279,7 @@ _IPXrouted= IPXrouted
.if ${MK_JAIL} != "no"
_jail= jail
-_jexect= jexec
+_jexec= jexec
_jls= jls
.endif
@@ -351,10 +351,10 @@ _portsnap= portsnap
.endif
.if ${MK_PPP} != "no"
-_ppp = ppp
+_ppp= ppp
#_pppctl handled below
-_pppd = pppd
-_pppstats = pppstats
+_pppd= pppd
+_pppstats= pppstats
.endif
.if ${MK_QUOTAS} != "no"
@@ -376,8 +376,8 @@ _sendmail= sendmail
.endif
.if ${MK_SLIP} != "no"
-_sliplogin = sliplogin
-_slstats = slstats
+_sliplogin= sliplogin
+_slstat= slstat
.endif
.if ${MK_SYSINSTALL} != "no"
OpenPOWER on IntegriCloud