diff options
author | 1997-07-07 22:16:47 +0000 | |
---|---|---|
committer | 1997-07-07 22:16:47 +0000 | |
commit | 996caad059bd68288f5e40ef34d51f2a0eb19c5d (patch) | |
tree | 7c6a7c3a425fbbbcd3cf13e457e4e2064e4054e2 /lib/libc | |
parent | Get rid of the arch-dependent long type (diff) | |
download | wireguard-openbsd-996caad059bd68288f5e40ef34d51f2a0eb19c5d.tar.xz wireguard-openbsd-996caad059bd68288f5e40ef34d51f2a0eb19c5d.zip |
Define RESOLVSORT so "sortlist" resolver directive works.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/Makefile.inc | 4 |
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 \ |