summaryrefslogtreecommitdiffstats
path: root/sys/modules/coff
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/coff
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/coff')
-rw-r--r--sys/modules/coff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile
index a2e032e..144a49e 100644
--- a/sys/modules/coff/Makefile
+++ b/sys/modules/coff/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 12:47:46 peter Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
SRCS= coff.c imgact_coff.c vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
-CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
+CFLAGS+= -DLKM -DCOMPAT_IBCS2
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud