1# $NetBSD: Makefile.fdboot,v 1.4 2014/01/12 15:26:28 tsutsui Exp $ 2 3PROG= fdboot 4SRCS= fdboot.S 5NOMAN= # defined 6LIBCRT0= 7LIBCRTI= 8 9.PATH: ${.CURDIR}/.. 10 11.include <../../Makefile.xxboot> 12.include <bsd.prog.mk> 13