summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot/Makefile
blob: 83183a0a50e3867d3ac3c85329152af24eae31b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.4 1997/06/23 23:45:16 kstailey Exp $

PROG=	installboot
MAN=	installboot.8

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

SADIR=	${.CURDIR}/..

.include <bsd.prog.mk>