diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-10-16 22:04:07 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-10-16 22:04:07 +0000 |
commit | d427f43c25abedf9ee6ce63be26629e2cbf73719 (patch) | |
tree | 2d08bd021d920947da1194dc3be726b94fac6610 /lib/libc/string/Makefile.inc | |
parent | cfcdd438f48733ed52e4f6bf69f9a774406e0af0 (diff) |
Remove duplicated code.
Suggested by: jmg
Notes
Notes:
svn path=/head/; revision=273189
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r-- | lib/libc/string/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 385837cce5a6..1217b7bc82d2 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -2,6 +2,7 @@ # $FreeBSD$ .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/string ${LIBC_SRCTOP}/string +.PATH: ${LIBC_SRCTOP}/../../sys/libkern CFLAGS+= -I${LIBC_SRCTOP}/locale |