summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-11 17:51:03 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-11 17:51:03 +0000
commit05884d1e6d79cdf2481b31f3475ff4fc34369cb5 (patch)
treed8f642617878d6f94a3dc4a80b022e68215d1d7d /lib/libc/gen/Makefile.inc
parent24403111aa72daba29f4983a3ceb7e69343299ff (diff)
downloadFreeBSD-src-05884d1e6d79cdf2481b31f3475ff4fc34369cb5.zip
FreeBSD-src-05884d1e6d79cdf2481b31f3475ff4fc34369cb5.tar.gz
Add contrib/libc-vis to the include path so we reliably pick up the right
version of vis.h. Reported by: dim
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index abface8..0bbbb33 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -40,6 +40,7 @@ SRCS+= __getosreldate.c __xuname.c \
SRCS+= pwcache.c pwcache.h
.PATH: ${.CURDIR}/../../contrib/libc-vis
+CFLAGS+= -I${.CURDIR}/../../contrib/libc-vis
SRCS+= unvis.c vis.c
MISRCS+=modf.c
OpenPOWER on IntegriCloud