diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 20:30:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 20:30:05 +0000 |
commit | cf3c0c9215e33f2bc9105fe0b05c86e36ead6de0 (patch) | |
tree | b8e75a4b6067e14759e4a504aae78c71ae093929 /lib/libc/net/Makefile.inc | |
parent | 5575231ccfc05db268e3dea33cd2ea19a160e36f (diff) |
zap rcsid.
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.
okay deraadt@, krw@
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r-- | lib/libc/net/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index da746b97b18..9b1e2cfb25c 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.40 2005/06/17 20:36:16 henning Exp $ +# $OpenBSD: Makefile.inc,v 1.41 2005/08/06 20:30:03 espie Exp $ # net sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net @@ -14,6 +14,7 @@ SRCS+= base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c gethostnamadr.c \ inet_net_ntop.c inet_net_pton.c inet_ntoa.c inet_ntop.c inet_pton.c \ ipx_addr.c ipx_ntoa.c linkaddr.c net_addrcmp.c nsap_addr.c \ rcmd.c rresvport.c recv.c res_comp.c res_data.c res_debug.c \ + res_debug_syms.c \ res_init.c res_mkquery.c res_query.c res_random.c res_send.c send.c \ sethostent.c ethers.c rcmdsh.c |