diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-11 01:23:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-11 01:23:11 +0000 |
| commit | 3f82e3eaacdbb12302a387cd00c4fbea099300e7 (patch) | |
| tree | d814a24b0d8a04bbbd97caa4e3ebd4b5ebbac52d /lib/libresolv | |
| parent | 28eda575a7dda07dd46d52d525d34b408f639d03 (diff) | |
Notes
Diffstat (limited to 'lib/libresolv')
| -rw-r--r-- | lib/libresolv/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 65aa8baabad0..79d70fda4796 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -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> |
