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

PROG=	fdboot
COPTS=	-DFDBOOT

MAN=
MLINKS=

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

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