aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-03-30 20:15:53 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-03-30 20:15:53 +0000
commiteb27a220f85f667f1d2240f5d6a870ca0dcf2d5a (patch)
tree301a2d20516db1ef585fb63207881444f480edae /include/Makefile
parentcadfc102f1ba5b017477ec7c597b66984f2216c5 (diff)
downloadsrc-eb27a220f85f667f1d2240f5d6a870ca0dcf2d5a.tar.gz
src-eb27a220f85f667f1d2240f5d6a870ca0dcf2d5a.zip
Expose res_update and friends again. At least, ports/mail/spamilter
uses them. Now, we have res_nupdate and res_nmkupdate as well, but they are still based on our old resolver for binary backward compatibility. So, they don't provide new features such as TSIG support. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=157308
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index ad37ab679a63..b274a54af56f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -18,7 +18,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
printf.h proc_service.h pthread.h \
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
- resolv.h runetype.h search.h setjmp.h sgtty.h \
+ res_update.h resolv.h runetype.h search.h setjmp.h sgtty.h \
signal.h stab.h \
stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
strings.h sysexits.h tar.h tgmath.h \