diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-07-03 03:59:18 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-07-03 03:59:18 +0000 |
commit | ef028b2fac50f29ad9db7a6e59de228a1c13ea76 (patch) | |
tree | 6561605fb0fb34d75a51ce94e51b54d512347753 /etc/etc.loongson | |
parent | e2df4549a1a3317e395a8eb72d4bdf909b51822f (diff) |
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.
"go for it" deraadt@
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/MAKEDEV.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/etc.loongson/MAKEDEV.md b/etc/etc.loongson/MAKEDEV.md index 9ddec3fec3c..d267d5255b0 100644 --- a/etc/etc.loongson/MAKEDEV.md +++ b/etc/etc.loongson/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,loongson)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.6 2010/06/26 23:49:50 jsing Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.7 2010/07/03 03:59:15 krw Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -75,7 +75,6 @@ dnl _DEV(lkm) _DEV(pci, 29) _DEV(pf, 31) _DEV(rnd, 33) -_DEV(ss, 34) _DEV(systrace, 50) _DEV(tun, 13) _DEV(uk, 32) @@ -93,7 +92,6 @@ dnl dnl *** loongson specific targets dnl dnl target(all, ch, 0)dnl -dnl target(all, ss, 0, 1)dnl target(all, nnpfs, 0)dnl target(all, vscsi, 0)dnl target(all, diskmap)dnl |