From a4a1a839ad4c4648d8c7c7e6bba576dec6bec55b Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 24 Sep 1997 20:37:15 +0000 Subject: Initial import of the new kerberosIV Makefiles. I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-) --- kerberosIV/lib/libacl/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kerberosIV/lib/libacl/Makefile (limited to 'kerberosIV/lib/libacl') diff --git a/kerberosIV/lib/libacl/Makefile b/kerberosIV/lib/libacl/Makefile new file mode 100644 index 0000000..1233c0f --- /dev/null +++ b/kerberosIV/lib/libacl/Makefile @@ -0,0 +1,21 @@ +# $Id$ + +LIB= acl +CFLAGS+= -I${KRB4DIR}/include \ + -I${INCLUDEOBJDIR} \ + -I${KRB4DIR}/lib/roken \ + -I${KRB4DIR}/lib/krb \ + -I${KRB4DIR}/lib/acl +SRCS= acl_files.c +MAN3= ${KRB4DIR}/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 + +INCLUDES= ${KRB4DIR}/lib/acl/acl.h + +.include + +.PATH: ${KRB4DIR}/lib/acl -- cgit v1.1