summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-09-27 22:24:50 +0000
committerantoine <antoine@FreeBSD.org>2008-09-27 22:24:50 +0000
commitf363ea7428402cd3f7b9a3d76fa25ad13482e6f8 (patch)
tree3043ede194ae0584c4fcbdd5457b1031076bb5a8 /usr.sbin/Makefile
parentab8d709f77fd6b269f9682dbb68f1130c14d112b (diff)
downloadFreeBSD-src-f363ea7428402cd3f7b9a3d76fa25ad13482e6f8.zip
FreeBSD-src-f363ea7428402cd3f7b9a3d76fa25ad13482e6f8.tar.gz
- Build jexec (1) and slstat.
- style.Makefile Noticed by: Marius (1)
Diffstat (limited to 'usr.sbin/Makefile')
-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