diff options
author | 2003-01-20 18:12:52 +0000 | |
---|---|---|
committer | 2003-01-20 18:12:52 +0000 | |
commit | bf9599f3712e57fa7842a48ea9f1bf6f77d34e28 (patch) | |
tree | 37e7147aff1a4cfd4fc406ab5b96d97939813298 | |
parent | Use the sources that exist in sibdirs of libpthread, not libc_r (diff) | |
download | wireguard-openbsd-bf9599f3712e57fa7842a48ea9f1bf6f77d34e28.tar.xz wireguard-openbsd-bf9599f3712e57fa7842a48ea9f1bf6f77d34e28.zip |
install includes from libpthread, not libc_r
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 3546faf8847..6159a3318d3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.114 2002/12/03 21:54:21 miod Exp $ +# $OpenBSD: Makefile,v 1.115 2003/01/20 18:12:52 marc Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -34,7 +34,7 @@ LDIRS= crypto ddb dev isofs miscfs net netatalk netccitt netinet altq \ netinet6 netipx netiso netnatm netns nfs scsi sys ufs uvm xfs # Directories with an includes target -RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ +RDIRS= ../lib/libpthread ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ ../lib/libcurses++ ../lib/libform ../lib/libssl ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ ../lib/libskey ../lib/libsectok ../lib/libedit ../lib/libpcap \ |