Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc.

This commit is contained in:
Mark Murray 2015-05-25 10:51:40 +00:00
parent 02761cf314
commit 6e23c23b52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283517

View File

@ -16,7 +16,7 @@ SUBDIR+= libssp
SUBDIR+= tests
.endif
.if ${MK_GDB} != "no"
.if ${MK_GDB} != "no" || ${MK_NTP} != "no"
SUBDIR+= libreadline
.endif