diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-07-14 02:09:47 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-07-14 02:09:47 +0000 |
commit | 86913651b34d86f3a4d7d9fc20f153992d7e5db2 (patch) | |
tree | 1d1eeea498f9da9441f92e85ddd4f980b62897eb /sys/kern | |
parent | 06cdef8044fdce68f309e056a092d33d781b5097 (diff) |
More netccitt and netns removals; OK henning, brad, mickey
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/Make.tags.inc | 4 | ||||
-rw-r--r-- | sys/kern/Makefile | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 2e14f7e9c94..92739a337c9 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Make.tags.inc,v 1.8 2004/11/22 17:08:38 pat Exp $ +# $OpenBSD: Make.tags.inc,v 1.9 2005/07/14 02:09:46 uwe Exp $ # Common files for "make tags". # Included by the Makefile for each architecture. @@ -21,12 +21,10 @@ COMM= $S/adosfs/*.[ch] \ $S/msdosfs/*.[ch] \ $S/net/*.[ch] \ $S/netatalk/*.[ch] \ - $S/netccitt/*.[ch] \ $S/netinet/*.[ch] \ $S/netinet6/*.[ch] \ $S/netipx/*.[ch] \ $S/netnatm/*.[ch] \ - $S/netns/*.[ch] \ $S/nfs/*.[ch] \ $S/scsi/*.[ch] \ $S/ufs/*/*.[ch] \ diff --git a/sys/kern/Makefile b/sys/kern/Makefile index c5e8c6a7772..b6049283caa 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2005/05/26 22:06:24 fgsch Exp $ +# $OpenBSD: Makefile,v 1.13 2005/07/14 02:09:46 uwe Exp $ # Makefile for kernel tags files, init_sysent, etc. @@ -42,7 +42,7 @@ DGEN= adosfs \ miscfs miscfs/deadfs miscfs/fdesc miscfs/fifofs miscfs/kernfs \ miscfs/portal miscfs/procfs miscfs/specfs \ msdosfs \ - net netccitt netinet netns \ + net netinet \ nfs \ scsi \ sys \ |