summaryrefslogtreecommitdiff
path: root/etc/etc.loongson/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-15 03:11:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-15 03:11:39 +0000
commit847e8a9bf0e99af86e8791ea570d84b9d3bc54f9 (patch)
tree36ed3e19ecb38ce2546cecb4216e864e9c5a9706 /etc/etc.loongson/Makefile.inc
parent9ce1a5035488e02b56b2fe256a43739114b252da (diff)
No need to make depend kernels
Diffstat (limited to 'etc/etc.loongson/Makefile.inc')
-rw-r--r--etc/etc.loongson/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.loongson/Makefile.inc b/etc/etc.loongson/Makefile.inc
index 575f318824b..71d0f293778 100644
--- a/etc/etc.loongson/Makefile.inc
+++ b/etc/etc.loongson/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 2010/02/23 11:01:06 otto Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2011/04/15 03:11:38 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \
@@ -6,7 +6,7 @@ kernels: bsd bootblocks
bsd:
cd ${.CURDIR}/../sys/arch/loongson/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \
- ${MAKE} clean && ${MAKE} depend && exec ${MAKE}
+ ${MAKE} clean && exec ${MAKE}
bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}