Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / disk / aic7xxx / aicasm / Makefile.module
1
2 # $FreeBSD: src/sys/modules/aic7xxx/aicasm/Makefile,v 1.4.2.1 2002/09/02 05:47:45 scottl Exp $
3
4 all: aicasm
5
6 aicasm: ${.CURDIR}/../../../dev/aic7xxx/aicasm/*.[chyl]
7         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
8         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm
9
10 depend:
11         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
12         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm depend
13
14 obj:
15         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
16         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm obj
17
18 clean:
19         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
20         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm clean
21
22 cleandir:
23         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
24         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandir
25
26 cleandepend:
27         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
28         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandepend
29
30 install: