xref: /openbsd/sys/arch/i386/stand/fdboot/Makefile (revision 5af055cd)
1#	$OpenBSD: Makefile,v 1.2 2012/10/13 14:10:35 jsing Exp $
2
3MAN=
4MLINKS=
5
6.if ${MACHINE} == "i386"
7PROG=	fdboot
8COPTS=	-DFDBOOT
9.endif
10
11.PATH:	${.CURDIR}/../boot
12
13.include "${.CURDIR}/../boot/Makefile"
14