freebsd-nq/lib/libresolv/Makefile
Bruce Evans 3f82e3eaac Fixed non-removal of old libresolv_p.a.
Cleaned up formatting.
1996-09-11 01:23:11 +00:00

13 lines
228 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB= resolv
SHLIBDIR= ${LIBDIR}/compat
INTERNALLIB= yes # Do not build or install libresolv*.a
SRCS= fakelib.c
afterinstall:
rm -f ${DESTDIR}${LIBDIR}/libresolv*
.include <bsd.lib.mk>