summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/net
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1997-05-03 04:05:57 +0000
committerjb <jb@FreeBSD.org>1997-05-03 04:05:57 +0000
commiteb3d4a0541a7e7193af290e02647e340d9e9847c (patch)
treed725ccaf7aaeb78e68455620aae22fe615b5f605 /lib/libc_r/net
parentf4c65c7dd66e3597ff5fc6669c4cc33626b4b70a (diff)
downloadFreeBSD-src-eb3d4a0541a7e7193af290e02647e340d9e9847c.zip
FreeBSD-src-eb3d4a0541a7e7193af290e02647e340d9e9847c.tar.gz
Nuke makefiles that duplicate those in libc now that libc is libc_r
aware. This simplifies things for libc_r.
Diffstat (limited to 'lib/libc_r/net')
-rw-r--r--lib/libc_r/net/Makefile.inc20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/libc_r/net/Makefile.inc b/lib/libc_r/net/Makefile.inc
deleted file mode 100644
index bb7e4be..0000000
--- a/lib/libc_r/net/Makefile.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-# @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
-
-# machine-independent net sources
-.PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net
-
-SRCS+= addr2ascii.c ascii2addr.c base64.c \
- gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
- getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \
- getproto.c getprotoent.c getprotoname.c getservbyname.c \
- getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \
- inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
- inet_net_ntop.c inet_net_pton.c inet_neta.c \
- inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c \
- rcmd.c recv.c res_comp.c res_data.c res_debug.c \
- res_init.c res_mkquery.c res_query.c res_send.c res_stubs.c \
- send.c ether_addr.c \
- ns_addr.c ns_ntoa.c
-
-# machine-dependent net sources
-.include "${.CURDIR}/../libc/${MACHINE}/net/Makefile.inc"
OpenPOWER on IntegriCloud