summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/fdboot/Makefile
blob: 5165a5f1fb4367466c0339cd0b633add866f2f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.2 2012/10/13 14:10:35 jsing Exp $

MAN=
MLINKS=

.if ${MACHINE} == "i386"
PROG=	fdboot
COPTS=	-DFDBOOT
.endif

.PATH:	${.CURDIR}/../boot

.include "${.CURDIR}/../boot/Makefile"