diff options
author | rsc <devnull@localhost> | 2005-02-11 17:01:18 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 17:01:18 +0000 |
commit | 42400cf81f4fb04897bc1b609fc08720bc542df8 (patch) | |
tree | ddec13cf64760a0ebbc7c6060d60f630c2382c59 /src/libauth/mkfile | |
parent | 59518849d81a71284b90513f6ba76770b42ce32b (diff) | |
download | plan9port-42400cf81f4fb04897bc1b609fc08720bc542df8.tar.gz plan9port-42400cf81f4fb04897bc1b609fc08720bc542df8.tar.bz2 plan9port-42400cf81f4fb04897bc1b609fc08720bc542df8.zip |
add fsamount, nsamount; use ndb for authdial; use explicit %#
Diffstat (limited to 'src/libauth/mkfile')
-rw-r--r-- | src/libauth/mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libauth/mkfile b/src/libauth/mkfile index 2512e9c7..5e5c13d2 100644 --- a/src/libauth/mkfile +++ b/src/libauth/mkfile @@ -16,9 +16,11 @@ OFILES=\ auth_rpc.$O\ auth_userpasswd.$O\ auth_wep.$O\ + fsamount.$O\ login.$O\ # newns.$O\ # noworld.$O\ + nsamount.$O\ HFILES=\ $PLAN9/include/auth.h\ |