blob: 3109939237903daeed49237be60fd1fdf48a8310 (
plain)
1
2
3
4
5
6
7
8
9
|
# $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"
|