summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libresolv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
index c205b92..b271122 100644
--- a/lib/libresolv/Makefile
+++ b/lib/libresolv/Makefile
@@ -1,10 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB=resolv
+LIBDIR=/usr/lib/compat
SRCS= fakelib.c
afterinstall:
rm -f ${DESTDIR}${LIBDIR}/libresolv.a
+ rm -f ${DESTDIR}/usr/lib/libresolv.*
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud