date and time created 90/06/23 16:23:22 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 24 Jun 1990 07:23:22 +0000 (23:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 24 Jun 1990 07:23:22 +0000 (23:23 -0800)
SCCS-vsn: lib/libc/net/Makefile.inc 5.1

usr/src/lib/libc/net/Makefile.inc [new file with mode: 0644]

diff --git a/usr/src/lib/libc/net/Makefile.inc b/usr/src/lib/libc/net/Makefile.inc
new file mode 100644 (file)
index 0000000..4888eb5
--- /dev/null
@@ -0,0 +1,42 @@
+#      @(#)Makefile.inc        5.1 (Berkeley) %G%
+
+# net sources
+.PATH: ${.CURDIR}/${MACHINE}/net ${.CURDIR}/net
+
+SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.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 sethostent.c
+
+.if   (${MACHINE} == "hp300")
+SRCS+= htonl.s htons.s ntohl.s ntohs.s
+.elif (${MACHINE} == "i386")
+SRCS+= htonl.s htons.s ntohl.s ntohs.s
+.elif (${MACHINE} == "tahoe")
+SRCS+= htonl.s htons.s ntohl.s ntohs.s
+.elif (${MACHINE} == "vax")
+SRCS+= htonl.s htons.s ntohl.s ntohs.s
+.endif
+
+MAN3+= byteorder.0 gethostbyname.0 getnetent.0 getprotoent.0 getservent.0 \
+       inet.0 ns.0 rcmd.0 resolver.0 \
+
+MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
+       byteorder.3 ntohs.3
+MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
+       gethostbyname.3 sethostent.3 gethostbyname.3 sethostfile.3 \
+       gethostbyname.3 gethostent.3 gethostbyname.3 herror.3
+MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \
+       getnetent.3 getnetbyname.3 getnetent.3 setnetent.3
+MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \
+       getprotoent.3 getprotobynumber.3 getprotoent.3 setprotoent.3
+MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \
+       getservent.3 getservbyport.3 getservent.3 setservent.3
+MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_lnaof.3 \
+       inet.3 inet_makeaddr.3 inet.3 inet_netof.3 inet.3 inet_network.3 \
+       inet.3 inet_ntoa.3 inet.3 network.3 inet.3 ntoa.3
+MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3
+MLINKS+=rcmd.3 rresvport.3 rcmd.3 ruserok.3