NetBSD/sys/arch/sun3/stand/netboot/Makefile

18 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/12/12 01:49:53 tv Exp $
SA_PROG= netboot
# Regular local source
SRCS= conf.c
# Build these locally
SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c
PROG= ${SA_PROG}
NOMAN= # defined
.include <bsd.prog.mk>
.PATH: ${S}/lib/libsa
DEFS+= -DSUN_BOOTPARAMS