diff options
author | 2013-03-28 16:43:08 +0000 | |
---|---|---|
committer | 2013-03-28 16:43:08 +0000 | |
commit | 8a8e895d6d2f1dc2aa77edffacb53a782946b473 (patch) | |
tree | 3ae98276958abfb250d3cdc9504c363f49ddc364 /lib/libc | |
parent | separate memory poisoning code to a new file and make it usable kernel wide (diff) | |
download | wireguard-openbsd-8a8e895d6d2f1dc2aa77edffacb53a782946b473.tar.xz wireguard-openbsd-8a8e895d6d2f1dc2aa77edffacb53a782946b473.zip |
switch to the new resolver implementation.
requested by many.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 98d9599c58e..31cef2743cf 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.17 2012/04/26 01:22:31 matthew Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2013/03/28 16:43:08 eric Exp $ # # This file contains make rules used to build libc # @@ -38,6 +38,7 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include .include "${LIBCSRCDIR}/gmon/Makefile.inc" .include "${LIBCSRCDIR}/hash/Makefile.inc" .include "${LIBCSRCDIR}/locale/Makefile.inc" +.include "${LIBCSRCDIR}/asr/Makefile.inc" .include "${LIBCSRCDIR}/net/Makefile.inc" .include "${LIBCSRCDIR}/nls/Makefile.inc" .include "${LIBCSRCDIR}/ohash/Makefile.inc" |