xref: /netbsd-src/tools/disklabel/Makefile (revision 19ef5b5b0bcb90f63509df6e78769de1b57c2758)
1#	$NetBSD: Makefile,v 1.6 2013/05/03 16:05:12 matt Exp $
2
3HOSTPROGNAME=	nbdisklabel
4HOST_SRCDIR=	sbin/disklabel
5HOST_SRCS=	disklabel.c
6
7NOMAN=	# defined
8
9.include "${.CURDIR}/../Makefile.nbincludes"
10.include "${.CURDIR}/../Makefile.host"
11
12.PATH: ${.CURDIR}/../../lib/libc/gen
13