Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-11-10 10:52:58 +0300
committerBryan Drewery <bdrewery@FreeBSD.org>2017-11-10 10:52:58 +0300
commitae9f7248f91eae7a480964c9d546a42a11b95ec9 (patch)
tree5accf88f26ef7cb8d2d8a803ffb42164c7aac365 /rescue
parentff87c77cacaf57cdc64a54ad84ade8477271407e (diff)
rescue ipf: Remove hacks and link in libipf directly.
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325632
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 06b5f3ff65fd..6618bf89b84c 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -108,6 +108,7 @@ CRUNCH_PROGS_sbin+= rtsol
.if ${MK_IPFILTER} != "no"
CRUNCH_PROGS_sbin+= ipf
+CRUNCH_LIBS_ipf+= ${LIBIPF}
.endif
.if ${MK_ROUTED} != "no"