summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/net
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-01-22 00:23:58 +0000
committerjulian <julian@FreeBSD.org>1996-01-22 00:23:58 +0000
commit529743d354ac402b1302b397159146fa46c180c5 (patch)
treed93df8a19a0cab699bfc2c0b9e4bc691251efa16 /lib/libc_r/net
parent619b731f5bb5e09dcf1eaf1fbd96383ca64398fd (diff)
downloadFreeBSD-src-529743d354ac402b1302b397159146fa46c180c5.zip
FreeBSD-src-529743d354ac402b1302b397159146fa46c180c5.tar.gz
Reviewed by: julian
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
Diffstat (limited to 'lib/libc_r/net')
-rw-r--r--lib/libc_r/net/Makefile.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libc_r/net/Makefile.inc b/lib/libc_r/net/Makefile.inc
new file mode 100644
index 0000000..fd3ee75
--- /dev/null
+++ b/lib/libc_r/net/Makefile.inc
@@ -0,0 +1,16 @@
+# @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
+
+# machine-independent net sources
+.PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net
+
+SRCS+= 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 \
+ 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 ether_addr.c
+
+# machine-dependent net sources
+.include "${.CURDIR}/${MACHINE}/net/Makefile.inc"
OpenPOWER on IntegriCloud