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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
atari
/
stand
/
xxboot
/
ahdi-sdb00t
/
Makefile.sdb00t
blob
655b7349751faae1c232479f92dc8d608e11ae88
1
# $NetBSD: Makefile.sdb00t,v 1.1.2.3 2004/09/21 13:14:11 skrll Exp $
2
3
PROG= sdb00t.ahdi
4
SRCS= sdb00t.ahdi.S
5
NOMAN= # defined
6
LIBCRT0=
7
8
.PATH: ${.CURDIR}/..
9
10
.include <../../Makefile.xxboot>
11
.include <bsd.prog.mk>