summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/installboot/Makefile
blob: 4b86f573bcb72eb5477ba68848aad58e1681b6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.4 1995/10/08 23:44:02 gwr Exp $

MAN=	installboot.8
BINDIR=/usr/mdec
MANSUBDIR=/sun3

.if ${MACHINE} == "sun3"
PROG=	installboot

# Need this to work in the miniroot
LDSTATIC=	-static
.else
NOPROG=
.endif

.include <bsd.prog.mk>