From f363ea7428402cd3f7b9a3d76fa25ad13482e6f8 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 27 Sep 2008 22:24:50 +0000 Subject: - Build jexec (1) and slstat. - style.Makefile Noticed by: Marius (1) --- usr.sbin/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin') 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" -- cgit v1.1