File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / patches / ipfw_Makefile.patch
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 22 13:01:55 2022 UTC (2 years ago) by misho
Branches: misho
CVS tags: start, fwsync1_0
FWSync driver

    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>