29 lines
409 B
Makefile
29 lines
409 B
Makefile
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\
|
|
fsamount.$O\
|
|
# login.$O\
|
|
# newns.$O\
|
|
# noworld.$O\
|
|
nsamount.$O\
|
|
|
|
HFILES=\
|
|
$PLAN9/include/auth.h\
|
|
authlocal.h\
|
|
|
|
<$PLAN9/src/mksyslib
|