diff options
author | 2012-06-21 02:46:38 +0000 | |
---|---|---|
committer | 2012-06-21 02:46:38 +0000 | |
commit | 6a4cbea3339007cf7af0e78de6c02891fd063f48 (patch) | |
tree | 849275ba21fe05283d85e0222f9e805358ca0779 /lib/libpthread | |
parent | Update to reflect API changes (diff) | |
download | wireguard-openbsd-6a4cbea3339007cf7af0e78de6c02891fd063f48.tar.xz wireguard-openbsd-6a4cbea3339007cf7af0e78de6c02891fd063f48.zip |
A piece of this is still needed
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile new file mode 100644 index 00000000000..e96ae83e0f0 --- /dev/null +++ b/lib/libpthread/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.25 2012/06/21 02:46:38 deraadt Exp $ + +# +# librthread still uses this +# + +SRCDIR= ${.CURDIR} +LIBCSRCDIR= ${.CURDIR}/../libc + +.include "${SRCDIR}/include/Makefile.inc" +.include "${SRCDIR}/sys/Makefile.inc" +.include "${SRCDIR}/thread/Makefile.inc" +.include "${SRCDIR}/uthread/Makefile.inc" +.include "${SRCDIR}/man/Makefile.inc" + +.include <bsd.lib.mk> |