aboutsummaryrefslogtreecommitdiff
path: root/sbin/setkey/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-03-23 14:37:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-03-23 14:37:00 +0000
commit1b6c9c3f43352c0fd3bef2d914e4d21fb2103311 (patch)
tree717ab7b47705ecb65fc0257c21431d13ffa411c0 /sbin/setkey/Makefile
parente47b5c3de7d9e33147c20f92623e19e74b02aebe (diff)
downloadsrc-1b6c9c3f43352c0fd3bef2d914e4d21fb2103311.tar.gz
src-1b6c9c3f43352c0fd3bef2d914e4d21fb2103311.zip
Remove the link to libl which only contains a stub function
on yywrap, if the flex is told yywrap is not in use, then this linkage becomes unnecessary
Notes
Notes: svn path=/head/; revision=359241
Diffstat (limited to 'sbin/setkey/Makefile')
-rw-r--r--sbin/setkey/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile
index 19b2f094fd3a..47ef3d36bee4 100644
--- a/sbin/setkey/Makefile
+++ b/sbin/setkey/Makefile
@@ -37,8 +37,6 @@ WARNS?= 1
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/lib/libipsec
YFLAGS= -d
-LIBADD= l
-
CLEANFILES= y.tab.c y.tab.h key_test.o keytest
# libpfkey