File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / patches / ipfw_Makefile.patch
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jul 11 21:26:34 2022 UTC (21 months, 2 weeks ago) by misho
Branches: MAIN
CVS tags: fwsync1_2, fwsync1_1, HEAD, FWSYNC1_1
final version of patch synced according driver

diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index c0b7e56226c..8745e8ca6b6 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -10,6 +10,7 @@ MLINKS=	ipfw.8 dnctl.8
 
 SRCS=	ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
 SRCS+=	nat64clat.c nat64lsn.c nat64stl.c nptv6.c
+SRCS+=	sync.c
 
 .if ${MK_PF} != "no"
 SRCS+=	altq.c

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>