summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/net/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index e1adae46939..ce2cf0162e3 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.11 1997/06/23 03:37:24 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.12 1997/07/07 22:16:47 millert Exp $
# net sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net
+CFLAGS+=-DRESOLVSORT
+
SRCS+= base64.c gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \
getnetnamadr.c getproto.c getprotoent.c getprotoname.c getservbyname.c \
getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \