clean up some warts Bruce pointed out.
- no longer build or install libresolv.a, since we were immediately deleting it in afterinstall. - untangle $LIBDIR and $SHLIBDIR
This commit is contained in:
parent
b50a4d6397
commit
a80e135e49
@ -1,12 +1,13 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB=resolv
|
||||
LIBDIR=/usr/lib/compat
|
||||
SHLIBDIR=${LIBDIR}/compat
|
||||
|
||||
INTERNALLIB= yes #do not build or install libresolv.a
|
||||
|
||||
SRCS= fakelib.c
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv.a
|
||||
rm -f ${DESTDIR}/usr/lib/libresolv.*
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv.*
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user