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