xref: /netbsd-src/tools/fdisk/Makefile (revision c2f76ff004a2cb67efe5b12d97bd3ef7fe89e18d)
1#	$NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $
2
3HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-fdisk
4HOST_SRCDIR=	sbin/fdisk
5HOST_SRCS=	getcap.c disklabel.c
6
7.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
8CPPFLAGS+= -DBOOTSEL
9.endif
10
11.include "${.CURDIR}/../Makefile.nbincludes"
12.include "${.CURDIR}/../Makefile.host"
13
14.PATH: ${.CURDIR}/../../lib/libc/gen
15