Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.2
      1  1.2  dyoung #	$NetBSD: Makefile,v 1.2 2006/02/14 04:49:50 dyoung 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.2  dyoung .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
      8  1.2  dyoung CPPFLAGS+= -DBOOTSEL
      9  1.2  dyoung .endif
     10  1.2  dyoung 
     11  1.1  dyoung .include "${.CURDIR}/../Makefile.disklabel"
     12  1.1  dyoung .include "${.CURDIR}/../Makefile.host"
     13  1.1  dyoung 
     14  1.1  dyoung .PATH: ${.CURDIR}/../../lib/libc/gen
     15