diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-23 21:15:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-23 21:15:51 +0000 |
commit | 65d74b2bc105ada6c49c16682e6ee5bb92b84b03 (patch) | |
tree | 97e21ae07f3abedd38c928b88b21751db1f197c2 | |
parent | 96ac2d59a8fdb701c279bbac77939a1151b17518 (diff) |
no more libterm or libtermlib
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index b26bf891869..c0ed158c4d7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.26 1998/07/07 18:50:50 art Exp $ +# $OpenBSD: Makefile,v 1.27 1998/07/23 21:15:50 millert Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \ libform libl libm libmenu libocurses libossaudio libpanel libpcap \ - libresolv librpcsvc libskey libtelnet libterm libtermlib \ - libutil libwrap liby libz + libresolv librpcsvc libskey libtelnet libutil libwrap liby libz # XXX Temporarely until all ports are able to use libkvm (leo) .if make(obj) |