12 lines
189 B
Makefile
12 lines
189 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:41 tv Exp $
|
|
|
|
PROG= wdboot
|
|
SRCS= wdboot.s
|
|
NOMAN= # defined
|
|
LIBCRT0=
|
|
INCL= -I${.CURDIR} -I${.CURDIR}/..
|
|
|
|
CPPFLAGS+= ${INCL}
|
|
|
|
.include <bsd.prog.mk>
|