1# $NetBSD: Makefile,v 1.2 1996/05/14 10:17:08 leo Exp $ 2 3PROG= fdboot 4SRCS= ${.CURDIR}/fdboot.s 5NOMAN= 6INCL= -I${.CURDIR} -I${.CURDIR}/.. 7 8CPPFLAGS+= ${INCL} 9 10.include <bsd.prog.mk> 11