Improve the process for GNU tools
[minix3.git] / minix / commands / partition / Makefile
blob89b1747a448dca0338638dfee45567c172166ae0
1 PROG= partition
2 MAN= partition.8
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
8 .include <bsd.prog.mk>