diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-09-03 13:22:58 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-09-03 13:22:58 +0000 |
commit | 6a4f4039bcedc851501bde5cab652fc6e4360a61 (patch) | |
tree | a850719c1164f03eed4b09d8d479023e05b84d55 /lib/libresolv | |
parent | c957118ef98b5f723e764669241de1ff14e36d57 (diff) |
Notes
Diffstat (limited to 'lib/libresolv')
-rw-r--r-- | lib/libresolv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index c205b9285cbbe..b2711225c4d6e 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -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> |