Makefile revision 102708
1
2# $FreeBSD: head/sys/modules/aic7xxx/aicasm/Makefile 102708 2002-08-31 17:15:43Z gibbs $
3
4all: aicasm
5
6aicasm:	${.CURDIR}/../../../dev/aic7xxx/aicasm/*.[chyl]
7	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
8	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm
9
10depend:
11	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
12	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm depend
13
14obj:
15	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
16	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm obj
17
18clean:
19	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
20	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm clean
21
22cleandir:
23	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
24	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandir
25
26cleandepend:
27	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
28	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandepend
29
30install:
31