Fixed non-removal of old libresolv_p.a.

Cleaned up formatting.
This commit is contained in:
bde 1996-09-11 01:23:11 +00:00
parent da088c432f
commit 33391d942b

View File

@ -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>