Home | History | Annotate | Line # | Download | only in disklabel
Makefile revision 1.6
      1  1.6     matt #	$NetBSD: Makefile,v 1.6 2013/05/03 16:05:12 matt Exp $
      2  1.1   dyoung 
      3  1.6     matt HOSTPROGNAME=	nbdisklabel
      4  1.1   dyoung HOST_SRCDIR=	sbin/disklabel
      5  1.6     matt HOST_SRCS=	disklabel.c
      6  1.3  tsutsui 
      7  1.3  tsutsui NOMAN=	# defined
      8  1.3  tsutsui 
      9  1.4      riz .include "${.CURDIR}/../Makefile.nbincludes"
     10  1.1   dyoung .include "${.CURDIR}/../Makefile.host"
     11  1.1   dyoung 
     12  1.1   dyoung .PATH: ${.CURDIR}/../../lib/libc/gen
     13