diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-02-10 07:32:40 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-02-10 07:32:40 +0000 |
| commit | 83c41faaa1b4d9711681d8c93540ab9467b61020 (patch) | |
| tree | 9a6d85969899c244a5fef4613119d1503130328a /lib/libcom_err | |
| parent | 34968bca5ed707e43f9090f05014a99e1c9ac97e (diff) | |
Notes
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index b6f389f7bb80..ca65c091387d 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -5,7 +5,7 @@ LIB= com_err SRCS= com_err.c error.c INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h MAN= com_err.3 -COM_ERRDIR= ${.CURDIR}/../../contrib/com_err +COM_ERRDIR= ${SRCTOP}/contrib/com_err CFLAGS+= -I${COM_ERRDIR} LDFLAGS= -Wl,--no-undefined |
