summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot/Makefile
blob: e52323c5e06bfbea6abd2bd8fa8303cbf76588fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.6 2000/05/25 20:32:57 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>