diff options
| author | rsc <devnull@localhost> | 2004-06-17 03:27:35 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-06-17 03:27:35 +0000 |
| commit | be8b315d1522fa1c109a49435c1638bafd838b91 (patch) | |
| tree | 4d8e2a0799ab463160b0a80feb0a008940d11230 /src/libauth/mkfile | |
| parent | d9c8a7c5366aea63aa45b4afc6a75d133192786d (diff) | |
| download | plan9port-be8b315d1522fa1c109a49435c1638bafd838b91.tar.gz plan9port-be8b315d1522fa1c109a49435c1638bafd838b91.zip | |
basically none of these build
Diffstat (limited to 'src/libauth/mkfile')
| -rw-r--r-- | src/libauth/mkfile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/libauth/mkfile b/src/libauth/mkfile new file mode 100644 index 00000000..647835bc --- /dev/null +++ b/src/libauth/mkfile @@ -0,0 +1,27 @@ +PLAN9=../.. +<$PLAN9/src/mkhdr + +LIB=libauth.a +OFILES=\ +# amount.$O\ +# amount_getkey.$O\ + attr.$O\ +# auth_attr.$O\ +# auth_challenge.$O\ +# auth_chuid.$O\ +# auth_getkey.$O\ +# auth_getuserpasswd.$O\ +# auth_proxy.$O\ +# auth_respond.$O\ +# auth_rpc.$O\ +# auth_userpasswd.$O\ +# auth_wep.$O\ +# login.$O\ +# newns.$O\ +# noworld.$O\ + +HFILES=\ + $PLAN9/include/auth.h\ + authlocal.h\ + +<$PLAN9/src/mksyslib |
