repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
atari
/
stand
/
xxboot
/
sdboot
/
Makefile.sdboot
blob
003d1679aeb54ca338f1547a0286239ec6bcf0da
1
# $NetBSD: Makefile.sdboot,v 1.1.2.3 2004/09/21 13:14:19 skrll Exp $
2
3
PROG= sdboot
4
SRCS= sdboot.S
5
NOMAN= # defined
6
LIBCRT0=
7
8
.PATH: ${.CURDIR}/..
9
10
.include <../../Makefile.xxboot>
11
.include <bsd.prog.mk>