af8f0546ca
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.
13 lines
276 B
Makefile
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
|