12 lines
202 B
Makefile
12 lines
202 B
Makefile
# $NetBSD: Makefile.fdboot,v 1.3 2005/12/11 12:17:02 christos Exp $
|
|
|
|
PROG= fdboot
|
|
SRCS= fdboot.S
|
|
NOMAN= # defined
|
|
LIBCRT0=
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
.include <../../Makefile.xxboot>
|
|
.include <bsd.prog.mk>
|