From 1c570c545f26df551be9cb161957e5f510ec08ce Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 28 Jan 2004 08:46:30 +0000 Subject: Add tftpboot to the mvme88k builds. --- sys/arch/mvme88k/stand/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys/arch/mvme88k') 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 -- cgit v1.2.3