summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot/Makefile
blob: eaaea1307fa24598797795b23ec163f858eab622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.5 1997/08/29 22:28:22 mickey Exp $

PROG=	installboot
MAN=	installboot.8

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

SADIR=	${.CURDIR}/..

.include <bsd.prog.mk>