summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-07 22:16:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-07 22:16:48 +0000
commit733ed806328e777ea9a94af91734c97e078eb227 (patch)
treea514344cc9137897661331e755a4659966e0cc43 /lib/libc
parent221b1f4a7690c98201a51241ce03c46b786bf9f9 (diff)
Define RESOLVSORT so "sortlist" resolver directive works.
Diffstat (limited to 'lib/libc')
-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 \