9 lines
198 B
Makefile
9 lines
198 B
Makefile
|
PROG= partition
|
||
|
MAN=
|
||
|
|
||
|
# We need this to find our partition.h while compiling natively
|
||
|
# on non-Minix.
|
||
|
CPPFLAGS+= -I${NETBSDSRCDIR}/minix/include/arch/${MACHINE_ARCH}/include
|
||
|
|
||
|
.include <bsd.prog.mk>
|