blob: 3593a6f8ef2a75eb02a92621047b7e93e41d187e (
plain) (
blame)
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} == "i386"
PROG= fdboot
COPTS= -DFDBOOT
.endif
.PATH: ${.CURDIR}/../boot
.include "${.CURDIR}/../boot/Makefile"
|