summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2001-11-15 07:09:00 +0000
committermatusita <matusita@FreeBSD.org>2001-11-15 07:09:00 +0000
commit9713287dcafc9db3680b5e0453dc74a904b50cf5 (patch)
treed2690fd7822b03c852ec2d8e1dd828c16f9d80a9 /Makefile.inc1
parente4cf28f04441dd374a2c475f4d7fc2f3af832ea4 (diff)
downloadFreeBSD-src-9713287dcafc9db3680b5e0453dc74a904b50cf5.zip
FreeBSD-src-9713287dcafc9db3680b5e0453dc74a904b50cf5.tar.gz
Typo fix (my test version doesn't have this...)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 28bcaa2..b1d33a5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -434,7 +434,7 @@ buildkernel:
.if defined(NO_MODULES) || !exists(${KRNLSRCDIR}/modules)
cd ${KRNLOBJDIR}/${_kernel}; \
${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} clean
-.else`
+.else
cd ${KRNLOBJDIR}/${_kernel}; \
${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} clean cleandir
.endif
OpenPOWER on IntegriCloud