summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/ufsboot/Makefile
blob: 72c46884a6dc301e861c75c167f1a43f831d9bb6 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.2.2.1 1995/11/18 06:47:49 gwr Exp $

SA_PROG= ufsboot
SRCS=   boot.c conf.c version.c

all:	${SA_PROG}.bin

.include <bsd.prog.mk>