1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283543

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