diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:59:05 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:59:05 +0000 |
| commit | 484482b8ad59a8c68aaa1f0551a983c10b983a22 (patch) | |
| tree | 6f074fd56221a1e2138910bd71a77d75a90fc21b /lib/libpathconv | |
| parent | 28d60d6a809ae75b08a2cd9ae2230eb4af87c1ad (diff) | |
Notes
Diffstat (limited to 'lib/libpathconv')
| -rw-r--r-- | lib/libpathconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpathconv/Makefile b/lib/libpathconv/Makefile index 6d7f5dce0e56..abdf127df0c8 100644 --- a/lib/libpathconv/Makefile +++ b/lib/libpathconv/Makefile @@ -10,7 +10,7 @@ INCS= pathconv.h SRCS= abs2rel.c rel2abs.c -#VERSION_DEF= ${.CURDIR}/../libc/Versions.def +#VERSION_DEF= ${SRCTOP/lib/libc/Versions.def #SYMBOL_MAPS= ${.CURDIR}/Symbol.map .if ${MK_TESTS} != "no" |
