Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Connect the pf module to the build.



details:   https://anonhg.NetBSD.org/src/rev/4d7e10d1615d
branches:  trunk
changeset: 753847:4d7e10d1615d
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Mon Apr 12 14:08:58 2010 +0000

description:
Connect the pf module to the build.

diffstat:

 sys/modules/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7dd9e279d9ec -r 4d7e10d1615d sys/modules/Makefile
--- a/sys/modules/Makefile      Mon Apr 12 14:05:38 2010 +0000
+++ b/sys/modules/Makefile      Mon Apr 12 14:08:58 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.40 2010/04/09 13:49:12 ahoka Exp $
+#      $NetBSD: Makefile,v 1.41 2010/04/12 14:08:58 ahoka Exp $
 
 .include <bsd.own.mk>
 
@@ -36,6 +36,7 @@
 SUBDIR+=       ntfs
 SUBDIR+=       null
 SUBDIR+=       overlay
+SUBDIR+=       pf
 SUBDIR+=       ppp_bsdcomp
 SUBDIR+=       ppp_deflate
 SUBDIR+=       procfs



Home | Main Index | Thread Index | Old Index