xref: /plan9/sys/src/libauth/mkfile (revision 39734e7ed1eb944f5e7b41936007d0d38b560d7f)
1</$objtype/mkfile
2
3LIB=/$objtype/lib/libauth.a
4OFILES=\
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
22HFILES=\
23	/sys/include/auth.h\
24	authlocal.h\
25
26UPDATE=\
27	mkfile\
28	$HFILES\
29	${OFILES:%.$O=%.c}\
30	${LIB:/$objtype/%=/386/%}\
31
32</sys/src/cmd/mksyslib
33