diff options
-rw-r--r-- | gnu/lib/Makefile | 2 |
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 |