summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2014-08-30 09:55:38 +0000
committerume <ume@FreeBSD.org>2014-08-30 09:55:38 +0000
commit80004c0874fc6f974f7940f2c3148eaa440d04f4 (patch)
tree9f0727e67b9c5738f2e36d18bd5f1eefd014c9b6 /lib/libc/Makefile
parent30905aaa3363199bdebf8dfb71864425f42287a0 (diff)
downloadFreeBSD-src-80004c0874fc6f974f7940f2c3148eaa440d04f4.zip
FreeBSD-src-80004c0874fc6f974f7940f2c3148eaa440d04f4.tar.gz
MFC r269865:
Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 16da1d0..d567966 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -74,6 +74,7 @@ NOASM=
.include "${.CURDIR}/inet/Makefile.inc"
.include "${.CURDIR}/isc/Makefile.inc"
.include "${.CURDIR}/locale/Makefile.inc"
+.include "${.CURDIR}/md/Makefile.inc"
.include "${.CURDIR}/nameser/Makefile.inc"
.include "${.CURDIR}/net/Makefile.inc"
.include "${.CURDIR}/nls/Makefile.inc"
OpenPOWER on IntegriCloud