diff options
Diffstat (limited to 'sys/dev/aic7xxx/Makefile')
-rw-r--r-- | sys/dev/aic7xxx/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/dev/aic7xxx/Makefile b/sys/dev/aic7xxx/Makefile deleted file mode 100644 index 2a142b0a5885..000000000000 --- a/sys/dev/aic7xxx/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $Id$ - -PROG= aic7xxx_asm - -CSRCS= aic7xxx_asm.c symbol.c -GENSRCS= gram.c scan.c - -GENHDRS= y.tab.h token.h -# Hack so non root users you can build kernels -BINOWN!= id -u -n -BINGRP!= id -g -n - -SRCS= ${GENSRCS} ${CSRCS} -CLEANFILES+= ${GENSRCS} ${GENHDRS} y.output -DPADD+= ${LIBL} -LDADD+= -ll -NOMAN= noman -.include <bsd.prog.mk> |