File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / patches / ipfw_Makefile.patch
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 22 13:01:55 2022 UTC (22 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 552755a1696..237a4a0007d 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -6,6 +6,7 @@ PACKAGE=ipfw
 PROG=	ipfw
 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>