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