summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-02 22:03:12 +0000
committertedu <tedu@openbsd.org>2013-06-02 22:03:12 +0000
commit87788bd23c42f1258372ffc8d9a6c65f11837674 (patch)
tree5701b08478595e2292454fd46ef08cb953614695 /lib/libpthread
parentTed missed a few percent signs in diagnostic messages; (diff)
downloadwireguard-openbsd-87788bd23c42f1258372ffc8d9a6c65f11837674.tar.xz
wireguard-openbsd-87788bd23c42f1258372ffc8d9a6c65f11837674.zip
somehow missed spinlock.h here. broke bmercer's build.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/include/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/include/Makefile.inc b/lib/libpthread/include/Makefile.inc
index 4da28f90ddb..b8fd2151c2e 100644
--- a/lib/libpthread/include/Makefile.inc
+++ b/lib/libpthread/include/Makefile.inc
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.5 2003/01/20 18:12:11 marc Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2013/06/02 22:03:12 tedu Exp $
includes:
@cd ${SRCDIR}/include; \
- for h in pthread.h pthread_np.h sched.h semaphore.h spinlock.h; do \
+ for h in pthread.h pthread_np.h sched.h semaphore.h; do \
cmp -s $$h ${DESTDIR}/usr/include/$$h > /dev/null 2>&1 || \
(echo ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
-m 444 $$h ${DESTDIR}/usr/include; \