aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-11-10 07:52:58 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-11-10 07:52:58 +0000
commitae9f7248f91eae7a480964c9d546a42a11b95ec9 (patch)
tree5accf88f26ef7cb8d2d8a803ffb42164c7aac365 /sbin
parentff87c77cacaf57cdc64a54ad84ade8477271407e (diff)
downloadsrc-ae9f7248f91eae7a480964c9d546a42a11b95ec9.tar.gz
src-ae9f7248f91eae7a480964c9d546a42a11b95ec9.zip
rescue ipf: Remove hacks and link in libipf directly.
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325632
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/ipf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile
index 33eaaea32b1b..7e934ccc5984 100644
--- a/sbin/ipf/ipf/Makefile
+++ b/sbin/ipf/ipf/Makefile
@@ -30,10 +30,7 @@ ipf_l.h: lexer.h
sed -e 's/yy/ipf_yy/g' \
${.ALLSRC} > ${.TARGET}
-.if defined(RESCUE)
-LIBIPF_SRCS!= cd ${.CURDIR:H}/libipf && ${MAKE} -V SRCS
-SRCS+= ${LIBIPF_SRCS}
-.else
+.if !defined(RESCUE)
LIBADD+= pcap
.endif