diff options
author | markm <markm@FreeBSD.org> | 2001-07-09 17:52:34 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-07-09 17:52:34 +0000 |
commit | 431a592722db6b9341bb9b1e6a409a39edee7797 (patch) | |
tree | dfb18c225b48df272ea8a82f1e00b304e618defc /lib/Makefile | |
parent | 92ae7a35b556bd6e54d8d69ba0079ec0004fe892 (diff) | |
download | FreeBSD-src-431a592722db6b9341bb9b1e6a409a39edee7797.zip FreeBSD-src-431a592722db6b9341bb9b1e6a409a39edee7797.tar.gz |
Axe S/Key. OPIE is the legal successor.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile index 01e5de0..09b4378 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -6,14 +6,12 @@ # # csu must be built before all shared libaries for ELF. # libcom_err must be built before libkrb, libpam and libss. -# libcrypt must be built before libkrb, libpam and libskey. +# libcrypt must be built before libkrb and libpam. # msun must be built before libg++ and libstdc++. -# libmd must be built before libatm, libopie, libradius, libskey, and -# libtacplus. +# libmd must be built before libatm, libopie, libradius, and libtacplus. # libncurses must be built before libdialog, libedit and libreadline. # libopie must be built before libpam. # libradius must be built before libpam. -# libskey must be built before libpam. # libtacplus must be built before libpam. # libutil must be built before libpam. # libsbuf must be built before libcam. @@ -21,7 +19,7 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= ${_csu} libcom_err libcrypt msun libmd \ - libncurses libradius libskey libtacplus libutil libsbuf \ + libncurses libradius libtacplus libutil libsbuf \ ${_compat} libalias libatm ${_libbind} libbz2 libc ${_libc_r} \ libcalendar libcam libcompat libdevinfo libdevstat libdisk \ libedit libfetch libform libftpio libgnumalloc ${_libio} libipsec \ |