Diff for /fwsync/patches/ipfw_Makefile.patch between versions 1.1 and 1.2

version 1.1, 2022/06/22 13:01:55 version 1.2, 2022/07/11 21:26:34
Line 1 Line 1
 diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile  diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 552755a1696..237a4a0007d 100644index c0b7e56226c..8745e8ca6b6 100644
 --- a/sbin/ipfw/Makefile  --- a/sbin/ipfw/Makefile
 +++ b/sbin/ipfw/Makefile  +++ b/sbin/ipfw/Makefile
@@ -6,6 +6,7 @@ PACKAGE=ipfw@@ -10,6 +10,7 @@ MLINKS=       ipfw.8 dnctl.8
 PROG=       ipfw 
  SRCS=  ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c   SRCS=  ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
  SRCS+= nat64clat.c nat64lsn.c nat64stl.c nptv6.c   SRCS+= nat64clat.c nat64lsn.c nat64stl.c nptv6.c
 +SRCS+= sync.c  +SRCS+= sync.c

Removed from v.1.1  
changed lines
  Added in v.1.2


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