From 15f3647566289e640e4848030510e74ca48996d8 Mon Sep 17 00:00:00 2001 From: gibbs Date: Sat, 31 Aug 2002 14:50:46 +0000 Subject: Pass the cleandir target on to the aicasm Makefile. This should fix the buildkernel target. --- sys/modules/aic7xxx/aicasm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/modules/aic7xxx') 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: -- cgit v1.1