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