repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
commands
/
writeisofs
/
Makefile
blob
bb88f5852573cc41ce8b0ba4ded86dcedf51543d
1
PROG
=
writeisofs
2
MAN
=
3
4
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
minix
/
include
/
arch
/${
MACHINE_ARCH
}/
include
5
6
.
include
<
bsd.prog.mk
>