diff options
author | 2014-03-23 18:18:44 +0000 | |
---|---|---|
committer | 2014-03-23 18:18:44 +0000 | |
commit | 451e6e036c9cb8a151fd0804755f1cc8d4e5ed69 (patch) | |
tree | 2e5545b7eadd9ce821b1d5e7ab43171728616915 /lib | |
parent | Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. (diff) | |
download | wireguard-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/Makefile | 4 |
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> |