diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-12 10:42:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-12 10:42:55 +0000 |
commit | 6072bd74192e6df1e3ed3f3afe32edfe7d99d2cb (patch) | |
tree | 21877bf94332fd37f010aeb1c31f888b63bcd85a /usr.sbin/named/libresolv/Makefile | |
parent | f1d001e6fcd8bdb74d98ca1547b99958b9d90102 (diff) |
BIND 4.9.5-P1.
libresolv and include are required until the new resolver gets integrated
into libc.
Diffstat (limited to 'usr.sbin/named/libresolv/Makefile')
-rw-r--r-- | usr.sbin/named/libresolv/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.sbin/named/libresolv/Makefile b/usr.sbin/named/libresolv/Makefile new file mode 100644 index 00000000000..cc24f2d2573 --- /dev/null +++ b/usr.sbin/named/libresolv/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1 1997/03/12 10:42:01 downsj Exp $ + +LIB= resolv +SRCS= base64.c gethnamaddr.c getnetbyaddr.c getnetbyname.c getnetent.c \ + getnetnamadr.c herror.c hostnamelen.c inet_addr.c inet_net_ntop.c \ + inet_net_pton.c inet_neta.c inet_ntop.c inet_pton.c nsap_addr.c \ + res_comp.c res_data.c res_debug.c res_init.c res_mkquery.c \ + res_query.c res_send.c sethostent.c + +CFLAGS+=${INCLUDE} ${CONFIG} + +# we don't build the other copies of this library +NOPIC=yes +NOPROFILE=yes + +# we don't install this version of the library +install: + +.include <bsd.lib.mk> +.include "../Makefile.inc" |