mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-16 18:56:32 -04:00
13 lines
220 B
Makefile
13 lines
220 B
Makefile
# $NetBSD: Makefile.sdb00t,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
|
|
|
|
PROG= sdb00t.ahdi
|
|
SRCS= sdb00t.ahdi.S
|
|
NOMAN= # defined
|
|
LIBCRT0=
|
|
LIBCRTI=
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
.include <../../Makefile.xxboot>
|
|
.include <bsd.prog.mk>
|