1 # $NetBSD: Makefile,v 1.1.20.3 2004/09/21 13:20:25 skrll Exp $
3 SECONDARY_PROG
= netboot
7 SRCS
+= bootinfo.c callvec.c clock.c conf.c devopen.c dev_net.c
8 SRCS
+= if_prom.c putchar.c rz.c
9 SRCS
+= bootinit.S bootread.S getchar.S startprog.S
11 CPPFLAGS
+= -DBOOT_TYPE_NAME
='"Netboot"' \
12 -DBOOTNET
-DSUPPORT_BOOTP
-DSUPPORT_DHCP
-DFILL_ARPCACHE
14 #CPPFLAGS+= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG \
15 # -DRPC_DEBUG -DNET_DEBUG -DDEBUG -DPARANOID -DARP_DEBUG \
20 .
include "../Makefile.booters"