xref: /openbsd-src/sys/arch/amd64/stand/fdboot/Makefile (revision faa33665ab2c5a685369c10172c1a3d7555eb253)
1#	$OpenBSD: Makefile,v 1.3 2016/03/30 06:38:45 jmc Exp $
2
3MAN=
4
5.if ${MACHINE} == "amd64"
6PROG=	fdboot
7COPTS=	-DFDBOOT
8.endif
9
10.PATH:	${.CURDIR}/../boot
11
12.include "${.CURDIR}/../boot/Makefile"
13