summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/netboot/Makefile
blob: 8d024431190eaf06fd51e0e976fa3a78d5182720 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.4 1995/11/17 23:23:55 gwr Exp $

SA_PROG= netboot
SRCS=   boot.c conf.c version.c dev_net.c

DEFS= -DSTANDALONE -DSUN_BOOTPARAMS

all:	${SA_PROG}.bin

.include <bsd.prog.mk>