repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: allow split of mem_anon_contig region
[minix3.git]
/
minix
/
usr.bin
/
toproto
/
Makefile
blob
defad47d4af4cde30b6a4d810ae1cc000035e0ff
1
#
2
# Makefile for the toproto tool.
3
#
4
PROG
=
toproto
5
MAN
=
6
7
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sbin
/
mknod
8
.PATH
: ${
NETBSDSRCDIR
}/
sbin
/
mknod
9
10
.
include
<
bsd.prog.mk
>