aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-11-27 16:55:14 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-11-27 16:55:14 +0000
commit968ed7eedbba9533e7711a795017fb48558c2f5a (patch)
tree410a16f7a613ae731d728387c3181ea1708d0e9c /usr.sbin/Makefile
parentdfaa9125d8ed77dac7b7b1642411a6e0c60dd2a5 (diff)
Notes
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 18ea1201ac62..5c45666fa90d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -105,7 +105,7 @@ SUBDIR= ac \
${_ndp} \
newsyslog \
nfsd \
- ${_ngctl} \
+ ngctl \
nghook \
nologin \
ntp \
@@ -263,11 +263,6 @@ _ypset= ypset
_authpf= authpf
.endif
-.if ${MK_LIBTHR} != "no" || \
- (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
-_ngctl= ngctl
-.endif
-
.if ${MK_LPR} != "no"
_lpr= lpr
.endif