summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-09-11 06:13:36 +0000
committerguenther <guenther@openbsd.org>2015-09-11 06:13:36 +0000
commit347ad98085150c18578b6f89d40608f0fd63aad0 (patch)
treebfef215519fd61b59fa28543e0ea506ea4e016e6
parentUpdate usage to match man page. (diff)
downloadwireguard-openbsd-347ad98085150c18578b6f89d40608f0fd63aad0.tar.xz
wireguard-openbsd-347ad98085150c18578b6f89d40608f0fd63aad0.zip
Blargh: unbreak after libc/Makefile.inc change
-rw-r--r--distrib/special/libstubs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/special/libstubs/Makefile b/distrib/special/libstubs/Makefile
index 7814d6ab5fc..d51c0651945 100644
--- a/distrib/special/libstubs/Makefile
+++ b/distrib/special/libstubs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2015/08/31 04:08:31 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2015/09/11 06:13:36 guenther Exp $
.include <bsd.own.mk>
LIB= stubs
@@ -33,7 +33,8 @@ CFLAGS+=-D__DBINTERFACE_PRIVATE -DSHA2_SMALL -UYP -DNO_LOG_BAD_DNS_RESPONSES \
-DFLOATING_POINT -DASRNODEBUG \
-I${LIBCSRCDIR}/include -I${LIBCSRCDIR}/hidden \
-I${LIBCSRCDIR}/asr -I${LIBCSRCDIR}/locale -I${LIBCSRCDIR}/gdtoa \
- -I${LIBCSRCDIR}/arch/${MACHINE_CPU}/gdtoa -I${LIBCSRCDIR}/stdio
+ -I${LIBCSRCDIR}/arch/${MACHINE_CPU}/gdtoa -I${LIBCSRCDIR}/stdio \
+ -include namespace.h
CFLAGS+=
LIBCSRCDIR=${.CURDIR}/../../../lib/libc