NetBSD/tools/paxctl/Makefile
riz 5929231814 Rename Makefile.disklabel to Makefile.nbincludes, as this file has
been used by more than disklabel for years.  New name suggestion from
mrg@ .
2010-06-19 23:11:10 +00:00

10 lines
255 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/06/19 23:11:10 riz Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}paxctl
HOST_SRCDIR= usr.sbin/paxctl
HOST_CPPFLAGS+= -I${TOOLDIR}/include/nbinclude
.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"