diff --git a/sys/arch/i386/stand/netboot/Makefile.netboot b/sys/arch/i386/stand/netboot/Makefile.netboot index 4af124b2a900..589535cae660 100644 --- a/sys/arch/i386/stand/netboot/Makefile.netboot +++ b/sys/arch/i386/stand/netboot/Makefile.netboot @@ -1,4 +1,6 @@ -# $NetBSD: Makefile.netboot,v 1.3 2003/04/01 21:25:35 mycroft Exp $ +# $NetBSD: Makefile.netboot,v 1.4 2003/07/10 11:30:43 lukem Exp $ + +NOMAN= # defined .include "../Makefile.inc" @@ -6,7 +8,6 @@ S= ${.CURDIR}/../../../../../ BASE= netboot_${USE_NETIF} PROG= ${BASE}.rom -NOMAN= # defined NEWVERSWHAT= "Network Boot (${USE_NETIF})" STARTFILE= ${ROMSTART} RELOC= 0x90000 diff --git a/sys/arch/next68k/stand/boot/Makefile b/sys/arch/next68k/stand/boot/Makefile index 4614c2babc18..7cf3dc4ddf4d 100644 --- a/sys/arch/next68k/stand/boot/Makefile +++ b/sys/arch/next68k/stand/boot/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2002/09/11 02:17:14 mycroft Exp $ +# $NetBSD: Makefile,v 1.17 2003/07/10 11:31:13 lukem Exp $ + +NOMAN= # defined S= ${.CURDIR}/../../../.. @@ -39,7 +41,6 @@ SRCS+= dev_net.c CLEANFILES+= srt0.o boot.elf boot.raw machine ${MACHINE_ARCH} limits.h CLEANFILES+= vers.c build.c build # generated dynamically -NOMAN= # defined BINDIR= /usr/mdec #LIBS= ${SALIB} ${KERNLIB} ${ZLIB} LIBS= ${SALIB} ${KERNLIB}