ntp is now again libreadline free, so only build libreadline for gdb

This commit is contained in:
Baptiste Daroussin 2015-05-25 20:29:35 +00:00
parent ef0cb5db0a
commit 781eb7444e
1 changed files with 1 additions and 1 deletions

View File

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