Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / pmax / stand / netboot / Makefile
blob570eba299dcdfba32195ccdd75cf1e6420f9d7d1
1 # $NetBSD: Makefile,v 1.1.20.3 2004/09/21 13:20:25 skrll Exp $
3 SECONDARY_PROG= netboot
4 STRIPFLAG=
6 SRCS= start.S boot.c
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 \
16 # -DDEBUG_VAL=1
18 DO_ECOFF_BINARY=1
20 .include "../Makefile.booters"