diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2010-05-25 20:32:30 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2010-05-25 20:32:30 +0000 |
commit | 4e46d43fc368f80b06fbae57d1e57b2191c120ce (patch) | |
tree | 88f6bba58afc1b259d1071f046d1bd16803c173f /usr.sbin | |
parent | 9e5896f7d7a0a4c2aa71e170309728c09c208296 (diff) |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c5ffbf924eeee..37801ac06ed22 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -88,7 +88,7 @@ SUBDIR= ${_ac} \ mailwrapper \ makefs \ ${_makemap} \ - manctl \ + ${_manctl} \ memcontrol \ mergemaster \ mfiutil \ @@ -312,6 +312,10 @@ _nscd= nscd _lpr= lpr .endif +.if ${MK_MAN_UTILS} != "no" +_manctl= manctl +.endif + .if ${MK_NETGRAPH} != "no" _flowctl= flowctl _lmcconfig= lmcconfig |