Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/sys/dev/disk/aic7xxx/aicasm/Makefile.module,v 1.2 2003/06/17 04:28:43 dillon Exp $
4
5 all: aicasm
6
7 aicasm: ${.CURDIR}/../../../dev/aic7xxx/aicasm/*.[chyl]
8         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
9         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm
10
11 depend:
12         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
13         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm depend
14
15 obj:
16         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
17         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm obj
18
19 clean:
20         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
21         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm clean
22
23 cleandir:
24         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
25         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandir
26
27 cleandepend:
28         ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
29         MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandepend
30
31 install: