.PATH isn't necessary here.

Remove hardcoded path to /usr/src/sys.
This commit is contained in:
Ceri Davies 2006-10-15 13:51:49 +00:00
parent bd45807a22
commit 122745bb9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163376

View File

@ -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>