Home | History | Annotate | Line # | Download | only in disklabel
Makefile revision 1.5.2.1
      1 #	$NetBSD: Makefile,v 1.5.2.1 2013/06/23 06:28:58 tls 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