aboutsummaryrefslogtreecommitdiff
path: root/sbin/idmapd
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2006-10-15 13:51:49 +0000
committerCeri Davies <ceri@FreeBSD.org>2006-10-15 13:51:49 +0000
commit122745bb9e0684bee0234fac7ef55871927bfb32 (patch)
tree3afc4334fcc06e55d6571cda95af8e82e5ba7d66 /sbin/idmapd
parentbd45807a22376861ff19e542580652a69d094cec (diff)
Notes
Diffstat (limited to 'sbin/idmapd')
-rw-r--r--sbin/idmapd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/idmapd/Makefile b/sbin/idmapd/Makefile
index 462bc599eb3f..8206e0d9bb81 100644
--- a/sbin/idmapd/Makefile
+++ b/sbin/idmapd/Makefile
@@ -5,9 +5,7 @@
PROG= idmapd
MAN= idmapd.8
-CFLAGS+= -DNFS -I/usr/src/sys
+CFLAGS+= -DNFS -I${.CURDIR}/../../sys
WARNS?= 2
-.PATH:
-
.include <bsd.prog.mk>