summaryrefslogtreecommitdiff
path: root/etc/etc.vax/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-21 09:12:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-21 09:12:30 +0000
commitbc2acd991a7c34b0f1817871caaea1d4a6a8bb72 (patch)
tree412f5e75b1105d5a3f86ce11a9dc015233e2ffc6 /etc/etc.vax/Makefile.inc
parentb2bbfa345372b16c2c709e398cc70ed7918599ec (diff)
move bsd and bsd.rd and all such other MD "sets" into the MD files,
since we perhaps cannot assume that is what kernels will be in the pathetically stupid world that SGI created
Diffstat (limited to 'etc/etc.vax/Makefile.inc')
-rw-r--r--etc/etc.vax/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.vax/Makefile.inc b/etc/etc.vax/Makefile.inc
index 8cd8656c03e..123235744ec 100644
--- a/etc/etc.vax/Makefile.inc
+++ b/etc/etc.vax/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.7 2009/04/17 03:58:54 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.8 2009/04/21 09:12:29 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \
@@ -12,6 +12,6 @@ bsd:
bootblocks:
mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop
-MDEXT= boot.mop
+MDEXT= bsd bsd.rd boot.mop
.PHONY: bsd bootblocks