tmkfile - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
tmkfile (397B)
---
     1 <$PLAN9/src/mkhdr
     2 
     3 LIB=libauth.a
     4 OFILES=\
     5 #        amount.$O\
     6         amount_getkey.$O\
     7         attr.$O\
     8         auth_attr.$O\
     9         auth_challenge.$O\
    10 #        auth_chuid.$O\
    11         auth_getkey.$O\
    12         auth_getuserpasswd.$O\
    13         auth_proxy.$O\
    14         auth_respond.$O\
    15         auth_rpc.$O\
    16         auth_userpasswd.$O\
    17 #        auth_wep.$O\
    18         fsamount.$O\
    19 #        login.$O\
    20 #        newns.$O\
    21 #        noworld.$O\
    22         nsamount.$O\
    23 
    24 HFILES=\
    25         $PLAN9/include/auth.h\
    26         authlocal.h\
    27 
    28 <$PLAN9/src/mksyslib