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