NetBSD/tools/disklabel/Makefile
matt af8f0546ca Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
2013-05-03 16:05:11 +00:00

13 lines
276 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/05/03 16:05:12 matt Exp $
HOSTPROGNAME= nbdisklabel
HOST_SRCDIR= sbin/disklabel
HOST_SRCS= disklabel.c
NOMAN= # defined
.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"
.PATH: ${.CURDIR}/../../lib/libc/gen