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 (22 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: fwsync1_2, fwsync1_1, HEAD, FWSYNC1_1
final version of patch synced according driver

    1: diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
    2: index c0b7e56226c..8745e8ca6b6 100644
    3: --- a/sbin/ipfw/Makefile
    4: +++ b/sbin/ipfw/Makefile
    5: @@ -10,6 +10,7 @@ MLINKS=	ipfw.8 dnctl.8
    6:  
    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>