Makefile revision 1.1
11.1Sdyoung# $NetBSD: Makefile,v 1.1 2005/06/12 19:46:17 dyoung Exp $ 21.1Sdyoung 31.1SdyoungHOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-disklabel 41.1SdyoungHOST_SRCDIR= sbin/disklabel 51.1SdyoungHOST_SRCS= getcap.c disklabel.c 61.1Sdyoung 71.1Sdyoung.include "${.CURDIR}/../Makefile.disklabel" 81.1Sdyoung.include "${.CURDIR}/../Makefile.host" 91.1Sdyoung 101.1Sdyoung.PATH: ${.CURDIR}/../../lib/libc/gen 11