1 1.1.8.2 nathanw # $NetBSD: Makefile,v 1.1.8.2 2002/01/08 00:28:26 nathanw Exp $ 2 1.1.8.2 nathanw 3 1.1.8.2 nathanw SA_PROG= netboot 4 1.1.8.2 nathanw 5 1.1.8.2 nathanw # Regular local source 6 1.1.8.2 nathanw SRCS= conf.c 7 1.1.8.2 nathanw 8 1.1.8.2 nathanw # Build these locally 9 1.1.8.2 nathanw SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c 10 1.1.8.2 nathanw 11 1.1.8.2 nathanw PROG= ${SA_PROG} 12 1.1.8.2 nathanw NOMAN= # defined 13 1.1.8.2 nathanw 14 1.1.8.2 nathanw .include <bsd.prog.mk> 15 1.1.8.2 nathanw 16 1.1.8.2 nathanw .PATH: ${S}/lib/libsa 17 1.1.8.2 nathanw DEFS+= -DSUN_BOOTPARAMS 18