blob: ab1665ed8cd857f3e2271af527afb80433642712 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.7 2018/05/01 12:38:39 christos Exp $
HOSTPROGNAME= nbdisklabel
HOST_SRCDIR= sbin/disklabel
HOST_SRCS= disklabel.c
.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"
.PATH: ${.CURDIR}/../../lib/libc/gen
|