diff options
author | 2014-05-12 19:25:16 +0000 | |
---|---|---|
committer | 2014-05-12 19:25:16 +0000 | |
commit | 18e5a858579c66ba470cb6fb0ded0c70f010786a (patch) | |
tree | 0c8ea229a67499093e0e468799969e3f0282a55d | |
parent | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use (diff) | |
download | wireguard-openbsd-18e5a858579c66ba470cb6fb0ded0c70f010786a.tar.xz wireguard-openbsd-18e5a858579c66ba470cb6fb0ded0c70f010786a.zip |
...better if I actually unplug it, Makefile doesn't do it
-rw-r--r-- | lib/libc/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 31cef2743cf..42f270b1fdb 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2013/03/28 16:43:08 eric Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2014/05/12 19:25:16 espie Exp $ # # This file contains make rules used to build libc # @@ -41,7 +41,6 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include .include "${LIBCSRCDIR}/asr/Makefile.inc" .include "${LIBCSRCDIR}/net/Makefile.inc" .include "${LIBCSRCDIR}/nls/Makefile.inc" -.include "${LIBCSRCDIR}/ohash/Makefile.inc" .if (${MACHINE_CPU} != "alpha") .include "${LIBCSRCDIR}/quad/Makefile.inc" .endif |