diff options
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 3727045c1d..0b1d902985 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -1,13 +1,13 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.19 1999/06/23 22:17:32 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.20 1999/06/23 22:47:17 cmetz Exp $ |
2 | 2 | ||
3 | # net sources | 3 | # net sources |
4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net |
5 | 5 | ||
6 | CFLAGS+=-DRESOLVSORT | 6 | CFLAGS+=-DRESOLVSORT |
7 | 7 | ||
8 | SRCS+= __siocgifconf.c base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c \ | 8 | SRCS+= base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c gethostnamadr.c \ |
9 | gethostnamadr.c getnameinfo.c getnetbyaddr.c getnetbyname.c \ | 9 | getnameinfo.c getnetbyaddr.c getnetbyname.c getnetent.c \ |
10 | getnetent.c getnetnamadr.c getproto.c getprotoent.c getprotoname.c \ | 10 | getnetnamadr.c getproto.c getprotoent.c getprotoname.c \ |
11 | getservbyname.c getservbyport.c getservent.c herror.c \ | 11 | getservbyname.c getservbyport.c getservent.c herror.c \ |
12 | if_indextoname.c if_nameindex.c if_nametoindex.c inet_addr.c \ | 12 | if_indextoname.c if_nameindex.c if_nametoindex.c inet_addr.c \ |
13 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ | 13 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ |