diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-04-03 05:56:00 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-04-03 05:56:00 +0000 |
| commit | cbc7db3bf7bb2553d1ebebeb0a2beb712ed0a1c3 (patch) | |
| tree | e57af42049b48a72dc81bf89670af8a6b7c9db66 /sys/dev | |
| parent | ca98b82c8df1e00c65cd0837022fdd1d07b10cfa (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/Makefile | 4 | ||||
| -rw-r--r-- | 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 2a142b0a58852..38b66bf436ba2 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 2a142b0a58852..38b66bf436ba2 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> |
