From be8b315d1522fa1c109a49435c1638bafd838b91 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 17 Jun 2004 03:27:35 +0000 Subject: basically none of these build --- src/libauth/mkfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/libauth/mkfile (limited to 'src/libauth/mkfile') diff --git a/src/libauth/mkfile b/src/libauth/mkfile new file mode 100644 index 00000000..647835bc --- /dev/null +++ b/src/libauth/mkfile @@ -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 -- cgit v1.2.3