summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkili <kili@openbsd.org>2014-03-23 18:18:44 +0000
committerkili <kili@openbsd.org>2014-03-23 18:18:44 +0000
commit451e6e036c9cb8a151fd0804755f1cc8d4e5ed69 (patch)
tree2e5545b7eadd9ce821b1d5e7ab43171728616915 /lib
parentFinally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. (diff)
downloadwireguard-openbsd-451e6e036c9cb8a151fd0804755f1cc8d4e5ed69.tar.xz
wireguard-openbsd-451e6e036c9cb8a151fd0804755f1cc8d4e5ed69.zip
Unhook librt stub. It's causing too much breakeage to the ports tree.
Prodded by espie@.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index f44095a4e98..58406ce4982 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.63 2014/03/17 19:35:28 kettenis Exp $
+# $OpenBSD: Makefile,v 1.64 2014/03/23 18:18:44 kili Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libarch libc libcurses libedit libevent libexpat \
libform libfuse libkeynote libkvm libl libm libmenu \
- libocurses libossaudio libpanel libpcap librt librthread librpcsvc \
+ libocurses libossaudio libpanel libpcap librthread librpcsvc \
libskey libsndio libsqlite3 libssl libusbhid libutil libwrap liby libz
.include <bsd.own.mk>