summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-02 01:31:17 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-02 01:31:17 +0000
commit3db0e33b6893dc9dc85f7e72a8e3bc83a8909bfa (patch)
tree587a21aee06a9023da31a82086056f0bc0f28858 /lib/libc/net/Makefile.inc
parent4628637ad11b9dda4c1726b3fa7230a4d6a55141 (diff)
downloadFreeBSD-src-3db0e33b6893dc9dc85f7e72a8e3bc83a8909bfa.zip
FreeBSD-src-3db0e33b6893dc9dc85f7e72a8e3bc83a8909bfa.tar.gz
Add ether_addr functions to libc. This seems to be the logical place
to put them. A man page is in the works.
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 3f8381f..d4ed8b5 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -10,7 +10,7 @@ SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c \
iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c rcmd.c recv.c res_comp.c \
res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \
- send.c
+ send.c ether_addr.c
# machine-dependent net sources
.include "${.CURDIR}/${MACHINE}/net/Makefile.inc"
OpenPOWER on IntegriCloud