summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/aicasm/Makefile
blob: 1606d39b54bbc6d40cbf36429f4132e360ad2499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# $FreeBSD$

all: aicasm

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

install:

clean:
	rm -f *.[chylo]
	rm -f aicasm
OpenPOWER on IntegriCloud