diff options
author | Matthias Kilian <kili@cvs.openbsd.org> | 2014-03-23 18:18:45 +0000 |
---|---|---|
committer | Matthias Kilian <kili@cvs.openbsd.org> | 2014-03-23 18:18:45 +0000 |
commit | 1dc51f559690fe20fd647f67fecac01ecdd3bb8a (patch) | |
tree | e5a9ee98e97e30f9cd970b096fbbe25089f5d7a7 /lib | |
parent | 19a190836be68c7a29284222aa677b3ae9bc2aed (diff) |
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> |