Add real factotum.
This commit is contained in:
21
libauth/Makefile
Normal file
21
libauth/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
ROOT=..
|
||||
include ../Make.config
|
||||
|
||||
LIB=libauth.a
|
||||
OFILES=\
|
||||
attr.$O\
|
||||
auth_attr.$O\
|
||||
auth_challenge.$O\
|
||||
auth_getuserpasswd.$O\
|
||||
auth_proxy.$O\
|
||||
auth_respond.$O\
|
||||
auth_rpc.$O\
|
||||
auth_userpasswd.$O\
|
||||
|
||||
$(LIB): $(OFILES)
|
||||
$(AR) r $(LIB) $(OFILES)
|
||||
$(RANLIB) $(LIB)
|
||||
|
||||
%.$O: %.c
|
||||
$(CC) $(CFLAGS) $*.c
|
||||
|
Reference in New Issue
Block a user