diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 10:30:13 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 10:30:13 +0000 |
commit | 681e3b8161433b7e08a79aab57ce8b84746993c1 (patch) | |
tree | 055cbfbb77adc79282785a5807a5af8c69f470de /lib/Makefile | |
parent | cf0f67738ba82273d7ae20a0e269c0c946368331 (diff) |
add libdes
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 6656e5e1787..323ece131c9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.21 1997/06/11 10:32:14 grr Exp $ +# $OpenBSD: Makefile,v 1.22 1997/06/29 10:30:12 provos Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ -SUBDIR= csu libarch libc libcom_err libcompat libcurses libedit \ +SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \ libform libl libm libmenu libocurses libpanel libpcap libresolv \ librpcsvc libskey libss libtelnet libterm libtermlib libutil libwrap \ liby libz |