diff options
author | bde <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
commit | d7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch) | |
tree | 18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/coda | |
parent | 927cbd2a6cdb5a394f334292d5ba382cf783967f (diff) | |
download | FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz |
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/coda')
-rw-r--r-- | sys/modules/coda/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile index d3ce37e..dde14c1 100644 --- a/sys/modules/coda/Makefile +++ b/sys/modules/coda/Makefile @@ -7,10 +7,7 @@ SRCS= coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \ NOMAN= VFS_KLD= -CLEANFILES+= vcoda.h opt_devfs.h - -opt_devfs.h: - touch opt_devfs.h +CLEANFILES= vcoda.h vcoda.h: echo "#define NVCODA 4" > vcoda.h |