diff options
author | bde <bde@FreeBSD.org> | 1996-09-11 01:23:11 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-11 01:23:11 +0000 |
commit | 0b687c9c86b4105957a7f4596cf9f4e3bd75ae72 (patch) | |
tree | d814a24b0d8a04bbbd97caa4e3ebd4b5ebbac52d | |
parent | 2984bf864a61ad27a4a38efe4d82945654111d34 (diff) | |
download | FreeBSD-src-0b687c9c86b4105957a7f4596cf9f4e3bd75ae72.zip FreeBSD-src-0b687c9c86b4105957a7f4596cf9f4e3bd75ae72.tar.gz |
Fixed non-removal of old libresolv_p.a.
Cleaned up formatting.
-rw-r--r-- | lib/libresolv/Makefile | 9 |
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> |