From a00c4e62c6ca61dd5b5de8eb92253367cc1b7ddd Mon Sep 17 00:00:00 2001 From: ceri Date: Sun, 15 Oct 2006 13:51:49 +0000 Subject: .PATH isn't necessary here. Remove hardcoded path to /usr/src/sys. --- sbin/idmapd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/idmapd') 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 -- cgit v1.1