summaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aic7xxx/Makefile')
-rw-r--r--sys/dev/aic7xxx/Makefile4
1 files changed, 3 insertions, 1 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 <bsd.prog.mk>