diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2006-10-15 13:51:49 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2006-10-15 13:51:49 +0000 |
| commit | 122745bb9e0684bee0234fac7ef55871927bfb32 (patch) | |
| tree | 3afc4334fcc06e55d6571cda95af8e82e5ba7d66 /sbin/idmapd | |
| parent | bd45807a22376861ff19e542580652a69d094cec (diff) | |
Notes
Diffstat (limited to 'sbin/idmapd')
| -rw-r--r-- | sbin/idmapd/Makefile | 4 |
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> |
