aboutsummaryrefslogtreecommitdiff
path: root/src/libauth/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libauth/mkfile')
-rw-r--r--src/libauth/mkfile27
1 files changed, 27 insertions, 0 deletions
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