summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libresolv/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
index b271122..65aa8ba 100644
--- a/lib/libresolv/Makefile
+++ b/lib/libresolv/Makefile
@@ -1,12 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB=resolv
-LIBDIR=/usr/lib/compat
+SHLIBDIR=${LIBDIR}/compat
+
+INTERNALLIB= yes #do not build or install libresolv.a
SRCS= fakelib.c
afterinstall:
- rm -f ${DESTDIR}${LIBDIR}/libresolv.a
- rm -f ${DESTDIR}/usr/lib/libresolv.*
+ rm -f ${DESTDIR}${LIBDIR}/libresolv.*
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud