diff options
-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 462bc59..8206e0d 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> |