NetBSD/tools/sunlabel/Makefile
uwe 2cb7caac8e Build with -DNO_S_COMMAND. We don't need to set the in-core label
when we are a host tool.  This avoids a conflict with inline dkcksum()
in FreeBSD's <sys/disklabel.h>.
2003-01-27 01:25:07 +00:00

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"