diff --git a/sys/arch/vax/boot/Makefile b/sys/arch/vax/boot/Makefile index 7523971350e7..e45daff1b54c 100644 --- a/sys/arch/vax/boot/Makefile +++ b/sys/arch/vax/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/10/09 06:12:31 matt Exp $ +# $NetBSD: Makefile,v 1.20 1998/11/11 15:49:02 matt Exp $ # @@ -11,8 +11,8 @@ BINGRP= bin S= ${.CURDIR}/../../.. RELOC= 200000 XXRPB= 1F4240 -#NETOPTS= -DSUPPORT_DHCP -DSUPPORT_BOOTP -NETOPTS= -DSUPPORT_BOOTPARAMS +NETOPTS= -DSUPPORT_DHCP -DSUPPORT_BOOTP +#NETOPTS= -DSUPPORT_BOOTPARAMS INCPATH=-I${.CURDIR} -I$S -I${.CURDIR}/../.. -I$S/lib/libsa CFLAGS+=-O ${INCPATH} -DSTANDALONE -DXXRPB=0x$(XXRPB) ${NETOPTS}