From 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Nov 1999 18:53:47 +0000 Subject: 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}). --- sys/modules/ccd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ccd') diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile index 223ad52b8ef51..3235eae6e474e 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 -- cgit v1.3