summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-28 08:46:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-28 08:46:30 +0000
commit1c570c545f26df551be9cb161957e5f510ec08ce (patch)
treeaf5076d1b35f20fe91aa9ea0aea0b8a4482bc49c /sys/arch
parent3967af9471fe3a6034775efd35afea24acea4da2 (diff)
Add tftpboot to the mvme88k builds.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme88k/stand/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile b/sys/arch/mvme88k/stand/Makefile
index fd200b56b19..b7a566f762e 100644
--- a/sys/arch/mvme88k/stand/Makefile
+++ b/sys/arch/mvme88k/stand/Makefile
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile,v 1.6 2004/01/26 19:48:31 miod Exp $
-.if ${MACHINE} == "mvme88k"
+# $OpenBSD: Makefile,v 1.7 2004/01/28 08:46:29 miod Exp $
-SUBDIR= bugcrt libbug libsa libz wrtvid bootsd bootxx bootst netboot
-# not ready yet
-# SUBDIR+= tftpboot
+.if ${MACHINE} == "mvme88k"
+SUBDIR= bugcrt libbug libsa libz wrtvid bootsd bootxx bootst netboot tftpboot
# not really written yet...
# SUBDIR+= sboot
.endif