summaryrefslogtreecommitdiff
path: root/kerberosIV/acl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/acl/Makefile')
-rw-r--r--kerberosIV/acl/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/kerberosIV/acl/Makefile b/kerberosIV/acl/Makefile
new file mode 100644
index 00000000000..b54ee8acb4e
--- /dev/null
+++ b/kerberosIV/acl/Makefile
@@ -0,0 +1,11 @@
+# $Id: Makefile,v 1.1 1995/12/14 06:52:36 tholo Exp $
+
+LIB= acl
+SRCS= acl_files.c
+MAN= acl_check.3
+MLINKS+=acl_check.3 acl_canonicalize_principal.3 \
+ acl_check.3 acl_exact_match.3 \
+ acl_check.3 acl_add.3 acl_check.3 acl_delete.3 \
+ acl_check.3 acl_initialize.3
+
+.include <bsd.lib.mk>