Home | History | Annotate | Line # | Download | only in netboot
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2002/02/23 21:44:00 gmcgarry Exp $
      2 
      3 SECONDARY_PROG=	netboot
      4 
      5 SRCS=		start.S boot.c
      6 SRCS+=		bootinfo.c callvec.c clock.c conf.c devopen.c dev_net.c
      7 SRCS+=		if_prom.c putchar.c rz.c
      8 SRCS+=		bootinit.S bootread.S getchar.S startprog.S
      9 
     10 CPPFLAGS+=	-DBOOT_TYPE_NAME='"Netboot"' \
     11 		-DBOOTNET -DSUPPORT_BOOTP -DSUPPORT_DHCP -DFILL_ARPCACHE
     12 
     13 #CPPFLAGS+=	-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG \
     14 #		-DRPC_DEBUG -DNET_DEBUG -DDEBUG -DPARANOID -DARP_DEBUG \
     15 #		-DDEBUG_VAL=1
     16 
     17 DO_ECOFF_BINARY=1
     18 
     19 .include "../Makefile.booters"
     20