Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.4
      1  1.4     riz #	$NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $
      2  1.1  dyoung 
      3  1.1  dyoung HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-fdisk
      4  1.1  dyoung HOST_SRCDIR=	sbin/fdisk
      5  1.1  dyoung HOST_SRCS=	getcap.c disklabel.c
      6  1.1  dyoung 
      7  1.3     abs .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
      8  1.2  dyoung CPPFLAGS+= -DBOOTSEL
      9  1.2  dyoung .endif
     10  1.2  dyoung 
     11  1.4     riz .include "${.CURDIR}/../Makefile.nbincludes"
     12  1.1  dyoung .include "${.CURDIR}/../Makefile.host"
     13  1.1  dyoung 
     14  1.1  dyoung .PATH: ${.CURDIR}/../../lib/libc/gen
     15