Install in /usr/lib/compat where ld.so can find it for older binaries,
but autoconf/ld/etc won't find it for new builds..
This commit is contained in:
parent
c957118ef9
commit
6a4f4039bc
@ -1,10 +1,12 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB=resolv
|
||||
LIBDIR=/usr/lib/compat
|
||||
|
||||
SRCS= fakelib.c
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv.a
|
||||
rm -f ${DESTDIR}/usr/lib/libresolv.*
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user