mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed non-removal of old libresolv_p.a.
Cleaned up formatting.
This commit is contained in:
parent
28eda575a7
commit
3f82e3eaac
1 changed files with 4 additions and 5 deletions
|
|
@ -1,13 +1,12 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB=resolv
|
||||
SHLIBDIR=${LIBDIR}/compat
|
||||
|
||||
INTERNALLIB= yes #do not build or install libresolv.a
|
||||
LIB= resolv
|
||||
SHLIBDIR= ${LIBDIR}/compat
|
||||
INTERNALLIB= yes # Do not build or install libresolv*.a
|
||||
|
||||
SRCS= fakelib.c
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv.*
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv*
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue