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
Improve the process for GNU tools
[minix3.git]
/
minix
/
commands
/
partition
/
Makefile
blob
89b1747a448dca0338638dfee45567c172166ae0
1
PROG
=
partition
2
MAN
=
partition
.8
3
4
# We need this to find our partition.h while compiling natively
5
# on non-Minix.
6
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
minix
/
include
/
arch
/${
MACHINE_ARCH
}/
include
7
8
.
include
<
bsd.prog.mk
>