Annotation of fwsync/patches/ipfw_Makefile.patch, revision 1.1.1.1

1.1       misho       1: diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
                      2: index 552755a1696..237a4a0007d 100644
                      3: --- a/sbin/ipfw/Makefile
                      4: +++ b/sbin/ipfw/Makefile
                      5: @@ -6,6 +6,7 @@ PACKAGE=ipfw
                      6:  PROG= ipfw
                      7:  SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
                      8:  SRCS+=        nat64clat.c nat64lsn.c nat64stl.c nptv6.c
                      9: +SRCS+=        sync.c
                     10:  
                     11:  .if ${MK_PF} != "no"
                     12:  SRCS+=        altq.c

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