Source-Changes-HG archive

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

[src/trunk]: src/etc Add pf to the all target. Pointed out by Steve Rumble.



details:   https://anonhg.NetBSD.org/src/rev/40b1cfb36cff
branches:  trunk
changeset: 579941:40b1cfb36cff
user:      peter <peter%NetBSD.org@localhost>
date:      Fri Apr 01 21:07:01 2005 +0000

description:
Add pf to the all target.  Pointed out by Steve Rumble.

diffstat:

 etc/MAKEDEV.tmpl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 86d8d79a608b -r 40b1cfb36cff etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Fri Apr 01 20:40:17 2005 +0000
+++ b/etc/MAKEDEV.tmpl  Fri Apr 01 21:07:01 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.40 2005/03/12 10:26:45 jdolecek Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.41 2005/04/01 21:07:01 peter Exp $
 #
 # Copyright (c) 2003 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -435,7 +435,7 @@
        makedev vnd0 vnd1 vnd2 vnd3
        makedev bpf
        makedev tun0 tun1 tun2 tun3
-       makedev ipl crypto random systrace
+       makedev ipl pf crypto random systrace
        makedev lkm clockctl
        makedev local
        makedev atabus0 atabus1 atabus2 atabus3



Home | Main Index | Thread Index | Old Index