From e5bf06a54a709c0436c2ea13e2447d3a3d071c3f Mon Sep 17 00:00:00 2001 From: gibbs Date: Thu, 3 Apr 1997 05:56:00 +0000 Subject: [PATCH] CFLAGS += -I. so that building in an obj directory works. --- sys/dev/aic7xxx/Makefile | 4 +++- sys/dev/aic7xxx/aicasm/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/dev/aic7xxx/Makefile b/sys/dev/aic7xxx/Makefile index 2a142b0a5885..38b66bf436ba 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 diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 2a142b0a5885..38b66bf436ba 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