diff options
author | rsc <devnull@localhost> | 2005-02-11 19:46:12 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 19:46:12 +0000 |
commit | 1b3e768e01ef80ecdb758617e88ada3fb5a8226c (patch) | |
tree | 39f60301e0d9ce70146d941e8d94c0cb42d6ab8e /src/libauth | |
parent | 49f498ae1193d4e2e867d809fd1dab774ff9f8b8 (diff) | |
download | plan9port-1b3e768e01ef80ecdb758617e88ada3fb5a8226c.tar.gz plan9port-1b3e768e01ef80ecdb758617e88ada3fb5a8226c.tar.bz2 plan9port-1b3e768e01ef80ecdb758617e88ada3fb5a8226c.zip |
do not need auth_wep or login
Diffstat (limited to 'src/libauth')
-rw-r--r-- | src/libauth/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libauth/mkfile b/src/libauth/mkfile index 5e5c13d2..7fd02e78 100644 --- a/src/libauth/mkfile +++ b/src/libauth/mkfile @@ -15,9 +15,9 @@ OFILES=\ auth_respond.$O\ auth_rpc.$O\ auth_userpasswd.$O\ - auth_wep.$O\ +# auth_wep.$O\ fsamount.$O\ - login.$O\ +# login.$O\ # newns.$O\ # noworld.$O\ nsamount.$O\ |