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
/
tostools
/
rawwrite
/
Makefile
blob
005842e169ada3fce325eea3921dc81d2e896603
1
# $NetBSD$
2
3
PROG
=
rawwrite.ttp
4
5
OBJS
=
rawwrite.o
6
HEADERS
=
7
8
include
..
/
Makefile.inc
9
10
${
PROG
}: ${
OBJS
} ${
LDADD
}
11
${
CC
} ${
LDFLAGS
} -
o
$
@
${
OBJS
} ${
LDADD
} ${
LIBS
}