summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/aicasm/Makefile
blob: 890ace7f0730623547d2e281d6d1eb0e7b7ba978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# $FreeBSD$

all: aicasm

aicasm:	${.CURDIR}/../../../dev/aic7xxx/aicasm/*.[chyl]
	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm

depend:
	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm depend

obj:
	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm obj

clean:
	${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
	MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm clean

install:
OpenPOWER on IntegriCloud