diff options
Diffstat (limited to 'lib/libresolv')
-rw-r--r-- | lib/libresolv/Makefile | 6 | ||||
-rw-r--r-- | lib/libresolv/fakelib.c | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 699c54c..c205b92 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB=resolv -CFLAGS+=-DDEBUG -DLIBC_SCCS -.PATH: ${.CURDIR}/../libc/net +SRCS= fakelib.c -SRCS=gethostnamadr.c res_mkquery.c res_query.c res_send.c +afterinstall: + rm -f ${DESTDIR}${LIBDIR}/libresolv.a .include <bsd.lib.mk> diff --git a/lib/libresolv/fakelib.c b/lib/libresolv/fakelib.c new file mode 100644 index 0000000..0f7b46f --- /dev/null +++ b/lib/libresolv/fakelib.c @@ -0,0 +1 @@ +static int ___fake_library___; |