From d7c7f56a44ebdf4b5e447341e512bb0ec0e7ee24 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 16 Aug 2014 16:57:24 +0000 Subject: [PATCH] Fix build on -current. --- net/nfsshell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nfsshell/Makefile b/net/nfsshell/Makefile index dbe217033a8f..75deda571844 100644 --- a/net/nfsshell/Makefile +++ b/net/nfsshell/Makefile @@ -18,7 +18,7 @@ GH_COMMIT= 09cdd52 USES= readline ALL_TARGET= nfsshell -MAKE_ARGS= CC="${CC}" LIBS="-lreadline" +MAKE_ARGS= CC="${CC}" LIBS="-lreadline ${LDFLAGS}" PLIST_FILES= bin/nfsshell