Home | History | Annotate | Line # | Download | only in disklabel
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2006/12/09 20:13:13 dyoung Exp $
      2 
      3 HOSTPROGNAME=	nbdisklabel-${MAKEWRAPPERMACHINE}
      4 HOST_SRCDIR=	sbin/disklabel
      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