diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 03:23:24 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 03:23:24 +0000 |
| commit | d0fd0203fb0c132aa8665f8d8e19669edd40563a (patch) | |
| tree | 5c6402748992252e0f358a84e3d2eed01ef3820d /lib/libc/iconv | |
| parent | 6b02cd2c8fda7bc35e89adc27ec0768f9a7e857b (diff) | |
Notes
Diffstat (limited to 'lib/libc/iconv')
| -rw-r--r-- | lib/libc/iconv/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/iconv/Makefile.inc b/lib/libc/iconv/Makefile.inc index 3b247376c399d..25094ce8d9e68 100644 --- a/lib/libc/iconv/Makefile.inc +++ b/lib/libc/iconv/Makefile.inc @@ -22,5 +22,5 @@ SRCS+= iconv_compat.c SYM_MAPS+= ${LIBC_SRCTOP}/iconv/Symbol.map .if ${MK_ICONV} == yes -.include "${LIBC_SRCTOP}/../libc_nonshared/Makefile.iconv" +.include "${SRCTOP}/lib/libc_nonshared/Makefile.iconv" .endif |
