freebsd-nq/lib/libresolv/Makefile

13 lines
228 B
Makefile
Raw Normal View History

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