summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/installboot/Makefile
blob: 5fec1e5b78d0c698b8ce172c36698a8f1342fb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.4 2001/07/04 08:33:45 niklas Exp $
#	$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>