diff options
author | peter <peter@FreeBSD.org> | 1999-12-12 16:47:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-12 16:47:33 +0000 |
commit | 41112cf4145322553b6d1a49f4fb64ca9e2ff2cb (patch) | |
tree | 36035e929ab38a0d7dac05cdb29f54b58275929b /sys/modules/coda | |
parent | 88fbbe0647e09a2cefd8b1eb895aea958c1f3c12 (diff) | |
download | FreeBSD-src-41112cf4145322553b6d1a49f4fb64ca9e2ff2cb.zip FreeBSD-src-41112cf4145322553b6d1a49f4fb64ca9e2ff2cb.tar.gz |
Bring these more into line with other modules that have .h files generated
on the fly.
Diffstat (limited to 'sys/modules/coda')
-rw-r--r-- | sys/modules/coda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile index dde14c1..cc9614b 100644 --- a/sys/modules/coda/Makefile +++ b/sys/modules/coda/Makefile @@ -2,10 +2,10 @@ .PATH: ${.CURDIR}/../../coda KMOD= coda -SRCS= coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \ +SRCS= vnode_if.h \ + coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \ coda_venus.c coda_vfsops.c coda_vnops.c opt_devfs.h vcoda.h NOMAN= -VFS_KLD= CLEANFILES= vcoda.h |