15 lines
370 B
Makefile
15 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $
|
|
|
|
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-fdisk
|
|
HOST_SRCDIR= sbin/fdisk
|
|
HOST_SRCS= getcap.c disklabel.c
|
|
|
|
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
|
|
CPPFLAGS+= -DBOOTSEL
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../Makefile.nbincludes"
|
|
.include "${.CURDIR}/../Makefile.host"
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/gen
|