From 9ace2a34f4b4772a11375d792994e08bd25a16a1 Mon Sep 17 00:00:00 2001 From: zrj Date: Mon, 6 Jun 2016 11:28:15 +0300 Subject: [PATCH] usr.sbin/autofs: Unbreak make depend. Add back -I{.CURDIR} path for common.l --- usr.sbin/autofs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/autofs/Makefile b/usr.sbin/autofs/Makefile index 7a16e87116..94f519227a 100644 --- a/usr.sbin/autofs/Makefile +++ b/usr.sbin/autofs/Makefile @@ -2,7 +2,7 @@ PROG= automount SRCS= automount.c automountd.c autounmountd.c common.c \ defined.c log.c popen.c token.l -CFLAGS+= -I${.CURDIR}/../../sys +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys MAN= automount.8 automountd.8 autounmountd.8 auto_master.5 -- 2.11.4.GIT