summaryrefslogtreecommitdiffstats
path: root/gnu/lib/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2015-05-25 10:51:40 +0000
committermarkm <markm@FreeBSD.org>2015-05-25 10:51:40 +0000
commit6050d6baeb70e69c2a81f5a3d895a73153348a03 (patch)
tree4ad71fd8a2026bc76164b2ba40e301fdaee54592 /gnu/lib/Makefile
parent8d3ecc0ad786e5f3bd56dbb341f96bf9cd825f60 (diff)
downloadFreeBSD-src-6050d6baeb70e69c2a81f5a3d895a73153348a03.zip
FreeBSD-src-6050d6baeb70e69c2a81f5a3d895a73153348a03.tar.gz
Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc.
Diffstat (limited to 'gnu/lib/Makefile')
-rw-r--r--gnu/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 796cefc..abcb0e2 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -16,7 +16,7 @@ SUBDIR+= libssp
SUBDIR+= tests
.endif
-.if ${MK_GDB} != "no"
+.if ${MK_GDB} != "no" || ${MK_NTP} != "no"
SUBDIR+= libreadline
.endif
OpenPOWER on IntegriCloud