diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-05-26 22:06:25 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-05-26 22:06:25 +0000 |
commit | cb3cd1362106da0e68ad87ef4267e19a147f16cb (patch) | |
tree | 15dd0b5fb149213750ad8994d9d3d8c2fa9a8df4 /sys/kern | |
parent | 98a63af85bf769ebee8a83bf10012ad983a034f3 (diff) |
remove union et al traces; pedro@ ok.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 2ef6ef5f2af..c5e8c6a7772 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/11/22 17:08:38 pat Exp $ +# $OpenBSD: Makefile,v 1.12 2005/05/26 22:06:24 fgsch Exp $ # Makefile for kernel tags files, init_sysent, etc. @@ -40,8 +40,7 @@ DGEN= adosfs \ kern \ lib libkern \ miscfs miscfs/deadfs miscfs/fdesc miscfs/fifofs miscfs/kernfs \ - miscfs/nullfs miscfs/portal miscfs/procfs \ - miscfs/specfs miscfs/umapfs miscfs/union \ + miscfs/portal miscfs/procfs miscfs/specfs \ msdosfs \ net netccitt netinet netns \ nfs \ |