summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-16 22:02:16 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-16 22:02:16 +0000
commit3ce448a56f3337bade378321f5de0b2f4a0fb095 (patch)
tree59cc8e0ee8f10d7e5dec52aa1f0950b7d9f32b72 /sys/conf/Makefile.powerpc
parent7152de59fb6576318f62bd137ed6d5ef146460d8 (diff)
downloadFreeBSD-src-3ce448a56f3337bade378321f5de0b2f4a0fb095.zip
FreeBSD-src-3ce448a56f3337bade378321f5de0b2f4a0fb095.tar.gz
Typo
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 06d6bb8..42e8f61 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -231,7 +231,7 @@ tags:
install install.debug:
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
- echo "You must first build a kernel first." ; \
+ echo "You must build a kernel first." ; \
exit 1 ; \
fi
.if exists(${DESTDIR}/${KERNEL})
OpenPOWER on IntegriCloud