basically none of these build
This commit is contained in:
parent
d9c8a7c536
commit
be8b315d15
19 changed files with 1459 additions and 0 deletions
27
src/libauth/mkfile
Normal file
27
src/libauth/mkfile
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue