a80e135e49
- no longer build or install libresolv.a, since we were immediately deleting it in afterinstall. - untangle $LIBDIR and $SHLIBDIR
14 lines
224 B
Makefile
14 lines
224 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>
|