diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-07 19:34:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-07 19:34:23 +0000 |
commit | b465bd15f85be79034a4024488fb926b7fbc45e9 (patch) | |
tree | 46ac1ffb6e15d10ea558efe947c0ae004c5ac926 | |
parent | f66625f3d0aef4d08a276dfa64079ab8cac45ebc (diff) |
enable libsectok
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 93a958ddf4e..6dad7090ba1 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.39 2001/02/04 21:41:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.40 2001/06/07 19:34:22 deraadt Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libc_r libcom_err libcompat libcurses libdes libedit \ libform libkeynote libl libm libmenu libocurses libossaudio libpanel \ - libpcap libresolv librpcsvc libskey libssl libtelnet libutil libwrap \ - liby libz + libpcap libresolv librpcsvc libskey libsectok libssl libtelnet \ + libutil libwrap liby libz # XXX Temporary until libcurses++ builds on mips again .if ${MACHINE_ARCH} != "mips" |