diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-12-04 09:56:07 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-12-04 09:56:07 +0000 |
commit | 6b490148d9d35bfad129b10fa00836d22e8f1e52 (patch) | |
tree | cc22d3db1a0636409da33e169c7720b3fd9d7ecd | |
parent | a8d33a63221e6e5131e09fc9d5c1673dabb83b27 (diff) |
Build network tunnel devices.
-rw-r--r-- | etc/etc.vax/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV index 557f4b3e8b7..65fef5345de 100644 --- a/etc/etc.vax/MAKEDEV +++ b/etc/etc.vax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.23 2000/11/24 20:32:40 hugh Exp $ +# $OpenBSD: MAKEDEV,v 1.24 2000/12/04 09:56:06 hugh Exp $ # $NetBSD: MAKEDEV,v 1.30 2000/01/21 12:28:29 tsutsui Exp $ # # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 @@ -71,7 +71,7 @@ case $i in all) sh $0 std fd vnd0 ccd0 pty0 pty1 lkm random - sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 + sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 tun0 tun1 sh $0 mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0 sh $0 ra0 ra1 ra2 ra3 hp0 hp1 hp2 hp3 sd0 sd1 sd2 sd3 hd0 hd1 hd2 sh $0 dz0 dl0 dhu0 rx0 rx1 raid0 raid1 raid2 raid3 |