Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2005/06/12 19:46:17 dyoung Exp $
      2 
      3 HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-fdisk
      4 HOST_SRCDIR=	sbin/fdisk
      5 HOST_SRCS=	getcap.c disklabel.c
      6 
      7 .include "${.CURDIR}/../Makefile.disklabel"
      8 .include "${.CURDIR}/../Makefile.host"
      9 
     10 .PATH: ${.CURDIR}/../../lib/libc/gen
     11