]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libauth/mkfile
exec(2): fix prototypes
[plan9front.git] / sys / src / libauth / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/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         login.$O\
19         newns.$O\
20         noworld.$O\
21
22 HFILES=\
23         /sys/include/auth.h\
24         authlocal.h\
25
26 UPDATE=\
27         mkfile\
28         $HFILES\
29         ${OFILES:%.$O=%.c}\
30         ${LIB:/$objtype/%=/386/%}\
31
32 </sys/src/cmd/mksyslib