1# $NetBSD: Makefile,v 1.10 2014/01/12 15:26:28 tsutsui Exp $ 2 3BTYPE= STD 4PROG= wdboot 5SRCS= wdboot.S 6NOMAN= # defined 7LIBCRT0= 8LIBCRTI= 9 10.include <../Makefile.xxboot> 11.include <bsd.prog.mk> 12