Make DHCP/BOOTP the default for VAX net booting

This commit is contained in:
matt 1998-11-11 15:49:02 +00:00
parent 5bf0199231
commit 3e6d4553d9
1 changed files with 3 additions and 3 deletions

View File

@ -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}