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

PROG=	installboot
MAN=	installboot.8
BINDIR=/usr/mdec

# Need this to work in the miniroot
LDSTATIC=	-static

.include <bsd.prog.mk>