summaryrefslogtreecommitdiffstats
path: root/sys/modules/ccd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-01 18:12:15 +0000
committerbde <bde@FreeBSD.org>1998-02-01 18:12:15 +0000
commit6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85 (patch)
tree1b168dec2811e75425c4dafedff60700a9791bbe /sys/modules/ccd
parent81f0e56cf6f29d0aab4c756546b75a094a98b770 (diff)
downloadFreeBSD-src-6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85.zip
FreeBSD-src-6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85.tar.gz
Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
Diffstat (limited to 'sys/modules/ccd')
-rw-r--r--sys/modules/ccd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile
index 2aea0b6..b5b989b 100644
--- a/sys/modules/ccd/Makefile
+++ b/sys/modules/ccd/Makefile
@@ -1,11 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 12:47:41 peter Exp $
.PATH: ${.CURDIR}/../../sys/dev/ccd
KMOD= ccd_mod
SRCS= ccd.c ccd.h vnode_if.h
NOMAN=
PSEUDO_LKM=
-CFLAGS+= -I.
NCCD?= 4
CLEANFILES+= ccd.h vnode_if.h vnode_if.c
OpenPOWER on IntegriCloud