12 lines
190 B
Makefile
12 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/01/12 15:26:28 tsutsui Exp $
|
|
|
|
BTYPE= STD
|
|
PROG= wdboot
|
|
SRCS= wdboot.S
|
|
NOMAN= # defined
|
|
LIBCRT0=
|
|
LIBCRTI=
|
|
|
|
.include <../Makefile.xxboot>
|
|
.include <bsd.prog.mk>
|