Deleted Added
full compact
Makefile (102668) Makefile (104019)
1# $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#1 $
1# $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#2 $
2#
2#
3# $FreeBSD: head/sys/dev/aic7xxx/aicasm/Makefile 102668 2002-08-31 06:39:41Z gibbs $
3# $FreeBSD: head/sys/dev/aic7xxx/aicasm/Makefile 104019 2002-09-26 21:46:19Z gibbs $
4
5PROG= aicasm
6
7CSRCS= aicasm.c aicasm_symbol.c
8YSRCS= aicasm_gram.y aicasm_macro_gram.y
9LSRCS= aicasm_scan.l aicasm_macro_scan.l
10
11GENHDRS= aicasm_gram.h aicasm_macro_gram.h

--- 28 unchanged lines hidden ---
4
5PROG= aicasm
6
7CSRCS= aicasm.c aicasm_symbol.c
8YSRCS= aicasm_gram.y aicasm_macro_gram.y
9LSRCS= aicasm_scan.l aicasm_macro_scan.l
10
11GENHDRS= aicasm_gram.h aicasm_macro_gram.h

--- 28 unchanged lines hidden ---