diff options
author | 2004-01-18 23:54:20 +0000 | |
---|---|---|
committer | 2004-01-18 23:54:20 +0000 | |
commit | a497c5089262e40922981e1429a1c70c547b675f (patch) | |
tree | 072e98b3a19669faf9b6bfcee96631ec2cd47a87 /lib/libpthread | |
parent | don't include bsd.own.mk a second time (diff) | |
download | wireguard-openbsd-a497c5089262e40922981e1429a1c70c547b675f.tar.xz wireguard-openbsd-a497c5089262e40922981e1429a1c70c547b675f.zip |
don't include bsd.own.mk, it's included at the top of bsd.lib.mk
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 087ff4eed35..09c466ff9e2 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2003/08/01 19:50:23 millert Exp $ +# $OpenBSD: Makefile,v 1.22 2004/01/18 23:54:20 marc Exp $ # # The pthread library is formed from the FreeBSD uthread sources of @@ -32,5 +32,4 @@ CFLAGS+= -D_PTHREADS_INVARIANTS .include "${SRCDIR}/uthread/Makefile.inc" .include "${SRCDIR}/man/Makefile.inc" -.include <bsd.own.mk> .include <bsd.lib.mk> |