diff options
author | Patrick Latifi <pat@cvs.openbsd.org> | 2004-11-22 17:08:39 +0000 |
---|---|---|
committer | Patrick Latifi <pat@cvs.openbsd.org> | 2004-11-22 17:08:39 +0000 |
commit | fc223d6eb7b7a7edf3bd268104fb9550e1f0c318 (patch) | |
tree | dfc8f46aa12f380d738247d5ffd3d023a115202e /sys | |
parent | 3b8d7483df4862bdc5bedcefca286532c206b52a (diff) |
remove netiso since it doesn't exist anymore
ok otto henning
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/Make.tags.inc | 3 | ||||
-rw-r--r-- | sys/kern/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 25fc120cb56..2e14f7e9c94 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Make.tags.inc,v 1.7 2002/07/15 21:29:16 mickey Exp $ +# $OpenBSD: Make.tags.inc,v 1.8 2004/11/22 17:08:38 pat Exp $ # Common files for "make tags". # Included by the Makefile for each architecture. @@ -25,7 +25,6 @@ COMM= $S/adosfs/*.[ch] \ $S/netinet/*.[ch] \ $S/netinet6/*.[ch] \ $S/netipx/*.[ch] \ - $S/netiso/*.[ch] \ $S/netnatm/*.[ch] \ $S/netns/*.[ch] \ $S/nfs/*.[ch] \ diff --git a/sys/kern/Makefile b/sys/kern/Makefile index b3f83b7e6c4..2ef6ef5f2af 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2002/12/31 16:22:26 miod Exp $ +# $OpenBSD: Makefile,v 1.11 2004/11/22 17:08:38 pat Exp $ # Makefile for kernel tags files, init_sysent, etc. @@ -43,7 +43,7 @@ DGEN= adosfs \ miscfs/nullfs miscfs/portal miscfs/procfs \ miscfs/specfs miscfs/umapfs miscfs/union \ msdosfs \ - net netccitt netinet netiso netns \ + net netccitt netinet netns \ nfs \ scsi \ sys \ |