From 6e23c23b52a354cb34aa21b7d5b16ca14690c830 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 25 May 2015 10:51:40 +0000 Subject: [PATCH] Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc. --- gnu/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 796cefcacc98..abcb0e277d33 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