summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2002-08-31 14:50:46 +0000
committergibbs <gibbs@FreeBSD.org>2002-08-31 14:50:46 +0000
commit15f3647566289e640e4848030510e74ca48996d8 (patch)
treed33a7b0d947dd336f3223d8a63aef93ad503c41e /sys/modules/aic7xxx
parent18afceec825bb3f2b8456c718973ebbb05112a92 (diff)
downloadFreeBSD-src-15f3647566289e640e4848030510e74ca48996d8.zip
FreeBSD-src-15f3647566289e640e4848030510e74ca48996d8.tar.gz
Pass the cleandir target on to the aicasm Makefile. This should
fix the buildkernel target.
Diffstat (limited to 'sys/modules/aic7xxx')
-rw-r--r--sys/modules/aic7xxx/aicasm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/aic7xxx/aicasm/Makefile b/sys/modules/aic7xxx/aicasm/Makefile
index 890ace7..8c2f1bb 100644
--- a/sys/modules/aic7xxx/aicasm/Makefile
+++ b/sys/modules/aic7xxx/aicasm/Makefile
@@ -19,4 +19,8 @@ clean:
${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm clean
+cleandir:
+ ${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
+ MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandir
+
install:
OpenPOWER on IntegriCloud