summaryrefslogtreecommitdiff
path: root/minix/commands/partition/Makefile
blob: 89b1747a448dca0338638dfee45567c172166ae0 (plain)
1
2
3
4
5
6
7
8
PROG=	partition
MAN=	partition.8

# 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>