summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 08:47:07 +0000
committerd <d@openbsd.org>2000-01-06 08:47:07 +0000
commit14d389178adb885b46ea8ef06574bbaaa2c6df0c (patch)
treec2a734047a5f7d3117d89689ca13d5be482263f9 /lib/libc
parentinclude thread_private.h (diff)
downloadwireguard-openbsd-14d389178adb885b46ea8ef06574bbaaa2c6df0c.tar.xz
wireguard-openbsd-14d389178adb885b46ea8ef06574bbaaa2c6df0c.zip
include thread/Makefile.inc
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc
index 0d224d8fcfc..770171dac76 100644
--- a/lib/libc/Makefile.inc
+++ b/lib/libc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 1998/11/20 11:18:28 d Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2000/01/06 08:47:07 d Exp $
#
# This file contains make rules that are shared by libc and libc_r.
#
@@ -44,6 +44,7 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include
.include "${LIBCSRCDIR}/stdlib/Makefile.inc"
.include "${LIBCSRCDIR}/string/Makefile.inc"
.include "${LIBCSRCDIR}/termios/Makefile.inc"
+.include "${LIBCSRCDIR}/thread/Makefile.inc"
.include "${LIBCSRCDIR}/time/Makefile.inc"
.include "${LIBCSRCDIR}/sys/Makefile.inc"
.if (${YP} == "yes")