diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/ccd | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ccd')
| -rw-r--r-- | sys/modules/ccd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile index 223ad52b8ef5..3235eae6e474 100644 --- a/sys/modules/ccd/Makefile +++ b/sys/modules/ccd/Makefile @@ -6,7 +6,7 @@ SRCS= ccd.c ccd.h vnode_if.h NOMAN= NCCD?= 4 -CLEANFILES+= ccd.h vnode_if.h vnode_if.c +CLEANFILES= ccd.h ccd.h: echo "#define NCCD ${NCCD}" > ccd.h |
