Home | History | Annotate | Line # | Download | only in disklabel
Makefile revision 1.4.6.2
      1 #	$NetBSD: Makefile,v 1.4.6.2 2014/05/22 11:42:30 yamt Exp $
      2 
      3 HOSTPROGNAME=	nbdisklabel
      4 HOST_SRCDIR=	sbin/disklabel
      5 HOST_SRCS=	disklabel.c
      6 
      7 NOMAN=	# defined
      8 
      9 .include "${.CURDIR}/../Makefile.nbincludes"
     10 .include "${.CURDIR}/../Makefile.host"
     11 
     12 .PATH: ${.CURDIR}/../../lib/libc/gen
     13