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
/
sun68k
/
stand
/
tapeboot
/
Makefile
blob
132c03b23e699d45f5e052fd5a69c4ec4418f54a
1
# $NetBSD: Makefile,v 1.2.16.3 2004/09/21 13:23:40 skrll Exp $
2
3
SA_PROG
=
tapeboot
4
SRCS
=
boot.c conf.c rawfs.c dev_tape.c
5
6
PROG
= ${
SA_PROG
}
7
NOMAN
=
# defined
8
9
.
include
<
bsd.prog.mk
>
10
.PATH
: ${
S
}/
lib
/
libsa