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-xxboot
/
Makefile.xxb
blob
72e251d2d6de48671b620a5858d66bf084fbd448
1
# $NetBSD: Makefile.xxb,v 1.1.2.3 2004/09/21 13:14:19 skrll Exp $
2
3
PROG= xxboot.ahdi
4
SRCS= xxboot.ahdi.S
5
NOMAN= # defined
6
LIBCRT0=
7
.PATH: ${.CURDIR}/..
8
9
.include <../../Makefile.xxboot>
10
.include <bsd.prog.mk>