2cb7caac8e
when we are a host tool. This avoids a conflict with inline dkcksum() in FreeBSD's <sys/disklabel.h>.
8 lines
206 B
Makefile
8 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/01/27 01:25:07 uwe Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}sunlabel
|
|
HOST_SRCDIR= usr.sbin/sunlabel
|
|
HOST_CPPFLAGS= -DDISTRIB -DNO_S_COMMAND
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|