xref: /netbsd-src/tools/disklabel/Makefile (revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
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