Pass the cleandir target on to the aicasm Makefile. This should

fix the buildkernel target.
This commit is contained in:
Justin T. Gibbs 2002-08-31 14:50:46 +00:00
parent 49bf3e26d1
commit e340544a9a

View File

@ -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: