freebsd-dev/kerberosIV/lib/libacl/Makefile
Mark Murray 5f6559a29b 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 ;-)
1997-09-24 20:37:15 +00:00

22 lines
460 B
Makefile

# $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 <bsd.lib.mk>
.PATH: ${KRB4DIR}/lib/acl