summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-03-25 06:27:19 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-03-25 06:27:19 +0000
commit5d4f9512e0edf39fafe010440a0edd1ba5ba2a3a (patch)
treeb5ab5427b953dcc47608e520416bc34d9c5abf43 /etc
parentb9310a8a6fcd67b7146f40ccc56b0abb03c85ea8 (diff)
Enable bpf on the ramdisk for dhcp support.
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.powerpc/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.powerpc/MAKEDEV b/etc/etc.powerpc/MAKEDEV
index d54825cb4ff..73842be6d29 100644
--- a/etc/etc.powerpc/MAKEDEV
+++ b/etc/etc.powerpc/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.40 2001/03/03 06:09:25 drahn Exp $
+# $OpenBSD: MAKEDEV,v 1.41 2001/03/25 06:27:18 drahn Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -170,6 +170,7 @@ ramdisk)
sh $this sd0 sd1 sd2 sd3 sd4 st0 st1 cd0 cd1
sh $this rd0
sh $this random
+ sh $this bpf0
sh $this tty00 tty01 pty0
sh $this wscons
;;