diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:15:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:15:29 +0000 |
commit | 865ec4748bc7369a3a19613f9c7910566351a951 (patch) | |
tree | c77fe8b5d59bd389593c15482aab614eb09d58a9 /etc/etc.zaurus | |
parent | 0e6531f9a098ef37ed2794794ef4f894a6316763 (diff) |
get rid of the nnpfs nodes
Diffstat (limited to 'etc/etc.zaurus')
-rw-r--r-- | etc/etc.zaurus/MAKEDEV.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/etc.zaurus/MAKEDEV.md b/etc/etc.zaurus/MAKEDEV.md index 36337cf80e0..ab72aa2f071 100644 --- a/etc/etc.zaurus/MAKEDEV.md +++ b/etc/etc.zaurus/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,zaurus)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.30 2012/04/06 15:18:41 jsing Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.31 2012/08/23 06:15:28 deraadt Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -77,7 +77,6 @@ _DEV(fdesc, 7) _DEV(hotplug, 37) _DEV(lkm, 35) _DEV(music, 58) -_DEV(nnpfs, 51) _DEV(pf, 46) _DEV(pppx, 103) _DEV(radio, 97) @@ -103,7 +102,6 @@ dnl dnl *** zaurus specific targets dnl target(all, ch, 0)dnl -target(all, nnpfs, 0)dnl target(all, vscsi, 0)dnl target(all, diskmap)dnl target(all, bio)dnl |