diff options
author | gibbs <gibbs@FreeBSD.org> | 2002-08-31 14:50:46 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2002-08-31 14:50:46 +0000 |
commit | 15f3647566289e640e4848030510e74ca48996d8 (patch) | |
tree | d33a7b0d947dd336f3223d8a63aef93ad503c41e /sys/modules/aic7xxx | |
parent | 18afceec825bb3f2b8456c718973ebbb05112a92 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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: |