summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot/Makefile
blob: 5a00aa2a871f6befbd0dfff09e70313339f0357d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.7 2000/05/25 21:55:01 deraadt Exp $

PROG=	installboot
MAN=	installboot.8
MANSUBDIR=/i386

LDADD=	-lutil
DPADD=	${LIBUTIL}
# Need this to work in the miniroot
LDSTATIC=	-static

SADIR=	${.CURDIR}/..

.include <bsd.prog.mk>