diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-04-18 16:07:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-04-18 16:07:32 +0000 |
commit | 29fadefc83b40a181a4f1fa56f874656f024b019 (patch) | |
tree | b33fd24d9a8ae2ddb552e90b66de2ecbe1673a74 /lib | |
parent | 5ebb6bb98c483ea0cb8287692231588af78e4e34 (diff) |
remove libcurses++
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 2f982165b1e..d8177f5cde9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.50 2003/07/14 16:14:42 mho Exp $ +# $OpenBSD: Makefile,v 1.51 2005/04/18 16:07:31 millert Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ -SUBDIR= csu libarch libc libcompat libcurses libcurses++ \ +SUBDIR= csu libarch libc libcompat libcurses \ libdes libedit libevent libform libkeynote libkvm libl libm libmenu \ libocurses libossaudio libpanel libpcap libpthread libresolv librpcsvc \ libskey libsectok libssl libusbhid libutil libwrap liby libz |