summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2021-01-02 20:04:36 +0000
committerpatrick <patrick@openbsd.org>2021-01-02 20:04:36 +0000
commitf950054f2b0e132abaf0afe27922f4cc1a4eead5 (patch)
treee59e06e3a4042e86f9afbe14a474838505259d12 /include
parentTweak previous: (diff)
downloadwireguard-openbsd-f950054f2b0e132abaf0afe27922f4cc1a4eead5.tar.xz
wireguard-openbsd-f950054f2b0e132abaf0afe27922f4cc1a4eead5.zip
Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 891a0693c7c..99aca922d7f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.227 2020/10/26 15:50:31 martijn Exp $
+# $OpenBSD: Makefile,v 1.228 2021/01/02 20:04:36 patrick Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -60,7 +60,7 @@ PRDIRS+= ../gnu/lib/libstdc++
PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include
.endif
.if ${BUILD_CLANG:L} == "yes"
-RDIRS+= ../lib/libcxxabi ../lib/libcxx \
+RDIRS+= ../gnu/lib/libcxxabi ../gnu/lib/libcxx \
../gnu/usr.bin/clang/libLLVM
.endif