diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 21:47:02 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 21:47:02 +0000 |
commit | 3b6575c24c57f9aef80fe9065b1150515a6f2d5f (patch) | |
tree | 72447da320918cc9a21ee0fa71e2af9694958b30 /lib/Makefile | |
parent | bcded3724f3957d83cff4de30564415c3156b1ed (diff) |
Build libform, libmenu and libpanel
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 973fce0a6b8..5a511d0a480 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 1996/06/02 06:04:50 tholo Exp $ +# $OpenBSD: Makefile,v 1.7 1996/06/02 21:47:01 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 libocurses libpcap libresolv librpcsvc libskey libtelnet \ - libterm libtermlib libutil liby +SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libform \ + libl libm libmenu libocurses libpanel libpcap libresolv librpcsvc \ + libskey libtelnet libterm libtermlib libutil liby # XXX Temporarely until all ports are able to use libkvm (leo) .if (${MACHINE} == "amiga") || \ |