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