From 98f3fd4b49be5678e90bd00a01f4823ad20fbb73 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 1 Feb 1998 18:12:15 +0000 Subject: 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}. --- sys/modules/ccd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/modules/ccd/Makefile') diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile index 2aea0b68b09f..b5b989beeebc 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 -- cgit v1.3