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