diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-07-07 18:50:51 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-07-07 18:50:51 +0000 |
commit | aa09fedbc5fbe6f61bb9403006af7948e78b63c8 (patch) | |
tree | cb004084ee336d2c66026a1d60012b6456ca75d6 /lib/Makefile | |
parent | 722938380e41bced2609b678f65520a1fada6b75 (diff) |
kill libss as it has only been used by mk_cmds
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index a9af139f810..b26bf891869 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 1998/05/04 10:06:39 provos Exp $ +# $OpenBSD: Makefile,v 1.26 1998/07/07 18:50:50 art 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 libss libtelnet libterm libtermlib \ + libresolv librpcsvc libskey libtelnet libterm libtermlib \ libutil libwrap liby libz # XXX Temporarely until all ports are able to use libkvm (leo) |