add prototype definition for DHCP support
This commit is contained in:
parent
4d51c802c6
commit
fba474f53a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 1997/08/14 17:00:23 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.12 1997/09/06 14:32:31 drochner Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../
|
||||
|
||||
|
@ -13,7 +13,7 @@ CLEANFILES+= ${ROMSTART} ${PROG}.bin ${PROG}.rom ${PROG}.sym ${PROG}.list
|
|||
#CPPFLAGS+= -DCOMPAT_OLDBOOT
|
||||
#CPPFLAGS+= -DDEBUG
|
||||
#CPPFLAGS+= -DNET_DEBUG
|
||||
#CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_TFTP
|
||||
#CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP -DSUPPORT_TFTP
|
||||
CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM -DSUPPORT_NFS
|
||||
#uncomment if there are problems with memory detection
|
||||
#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
|
||||
|
|
Loading…
Reference in New Issue