diff options
author | 2004-01-28 08:46:28 +0000 | |
---|---|---|
committer | 2004-01-28 08:46:28 +0000 | |
commit | 5309a618c6893bc0f900cbcdb3fc9a8831746561 (patch) | |
tree | 848d8bf2d2b845f54c2fdf7ec3c542afaca01557 | |
parent | Skip first argument on commandline, so we can try to actually boot the (diff) | |
download | wireguard-openbsd-5309a618c6893bc0f900cbcdb3fc9a8831746561.tar.xz wireguard-openbsd-5309a618c6893bc0f900cbcdb3fc9a8831746561.zip |
Add tftpboot to the mvme88k builds.
-rw-r--r-- | distrib/sets/lists/base/md.mvme88k | 1 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/distrib/sets/lists/base/md.mvme88k b/distrib/sets/lists/base/md.mvme88k index e11a8a22c97..24e62855743 100644 --- a/distrib/sets/lists/base/md.mvme88k +++ b/distrib/sets/lists/base/md.mvme88k @@ -2065,3 +2065,4 @@ ./usr/mdec/installboot ./usr/mdec/netboot ./usr/mdec/stboot +./usr/mdec/tftpboot 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 |