Module Name:    src
Committed By:   darrenr
Date:           Mon Jan 30 21:10:30 UTC 2012

Modified Files:
        src/sys/netinet: Makefile

Log Message:
Patch to include ipf_rb.h missed from merge.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/netinet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/Makefile
diff -u src/sys/netinet/Makefile:1.21 src/sys/netinet/Makefile:1.22
--- src/sys/netinet/Makefile:1.21	Sat Sep 24 17:54:19 2011
+++ src/sys/netinet/Makefile	Mon Jan 30 21:10:30 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2011/09/24 17:54:19 christos Exp $
+#	$NetBSD: Makefile,v 1.22 2012/01/30 21:10:30 darrenr Exp $
 
 INCSDIR= /usr/include/netinet
 
@@ -20,7 +20,7 @@ INCS+=	ip_compat.h	# always needed by kd
 .if (${MKIPFILTER} != "no")
 INCS+=	ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
 	ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
-	ipl.h
+	ipf_rb.h ipl.h
 .endif
 
 .include <bsd.kinc.mk>

Reply via email to