summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-04-03 05:56:00 +0000
committergibbs <gibbs@FreeBSD.org>1997-04-03 05:56:00 +0000
commitcdcc5e68eab586244ba62ce9475cb355f24e211f (patch)
tree94004fba3467c90ddda0f49cd638c8f0d5c7ecab /sys/dev/aic7xxx
parent3913f72826062a29e3639b65feb86391e7b95f4e (diff)
downloadFreeBSD-src-cdcc5e68eab586244ba62ce9475cb355f24e211f.zip
FreeBSD-src-cdcc5e68eab586244ba62ce9475cb355f24e211f.tar.gz
CFLAGS += -I. so that building in an obj directory works.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/Makefile4
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/Makefile b/sys/dev/aic7xxx/Makefile
index 2a142b0..38b66bf 100644
--- a/sys/dev/aic7xxx/Makefile
+++ b/sys/dev/aic7xxx/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1997/03/16 07:08:10 gibbs Exp $
PROG= aic7xxx_asm
@@ -14,5 +14,7 @@ SRCS= ${GENSRCS} ${CSRCS}
CLEANFILES+= ${GENSRCS} ${GENHDRS} y.output
DPADD+= ${LIBL}
LDADD+= -ll
+
+CFLAGS+= -I.
NOMAN= noman
.include <bsd.prog.mk>
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index 2a142b0..38b66bf 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1997/03/16 07:08:10 gibbs Exp $
PROG= aic7xxx_asm
@@ -14,5 +14,7 @@ SRCS= ${GENSRCS} ${CSRCS}
CLEANFILES+= ${GENSRCS} ${GENHDRS} y.output
DPADD+= ${LIBL}
LDADD+= -ll
+
+CFLAGS+= -I.
NOMAN= noman
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud