diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:33:01 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:33:01 +0000 |
commit | 22289a8c3d45efcf5671750a0ceffb1296455bab (patch) | |
tree | 94fe5f475bf0dead0e972df66b3e4cad0afd6746 /sbin/ldconfig | |
parent | caf42d812634461f3196797f55f320c03c49b019 (diff) | |
download | src-22289a8c3d45efcf5671750a0ceffb1296455bab.tar.gz src-22289a8c3d45efcf5671750a0ceffb1296455bab.zip |
Notes
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 6589dbc9c6ec..8360a3f6648e 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -3,7 +3,7 @@ PACKAGE=runtime PROG= ldconfig SRCS= elfhints.c ldconfig.c shlib.c support.c -LDDIR?= ${.CURDIR}/../../libexec/rtld-aout +LDDIR?= ${SRCTOP}/libexec/rtld-aout CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT MAN= ldconfig.8 |