summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-27 16:55:14 +0000
committerru <ru@FreeBSD.org>2006-11-27 16:55:14 +0000
commiteeb150355b9cdf227096ba44cee01fb35c24b109 (patch)
tree410a16f7a613ae731d728387c3181ea1708d0e9c /usr.sbin/Makefile
parent6c1cc19152b33b40556371e89b993ae0faf46414 (diff)
downloadFreeBSD-src-eeb150355b9cdf227096ba44cee01fb35c24b109.zip
FreeBSD-src-eeb150355b9cdf227096ba44cee01fb35c24b109.tar.gz
Push the detection of threading libs support down to ngctl/Makefile
as the latter can be built without threading (with the loss of line editing functionality). Pointed by: glebius
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 18ea120..5c45666 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
OpenPOWER on IntegriCloud