summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/fdboot/Makefile
blob: 9d11f7e89d3c721452603f3b6ec995847a559e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2016/03/30 06:38:45 jmc Exp $

MAN=

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

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

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