diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-05-31 05:48:54 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-05-31 05:48:54 +0000 |
commit | b622f347c56d059ba0d0d57a5c2d6429f9dfd662 (patch) | |
tree | 12b45e12f7edd81713f3ddebcb81aed132839689 /lib | |
parent | 051b103843820eed3d2599d4bbed275155ac7a2c (diff) |
Build new terminfo emulation library
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index ab63a669934..b68bbcb6623 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 1996/05/27 07:52:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/05/31 05:48:53 tholo Exp $ # $NetBSD: Makefile,v 1.20 1996/05/12 04:30:18 mhitch Exp $ SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libl \ - libm libpcap libresolv librpcsvc libskey libtelnet libterm libutil liby + libm libpcap libresolv librpcsvc libskey libtelnet libterm \ + libtermlib libutil liby # XXX Temporarely until all ports are able to use libkvm (leo) .if (${MACHINE} == "amiga") || \ |