# $Source: /mit/kerberos/src/lib/acl/RCS/Imakefile,v $
# $Author: jtkohl $
# $Header: Imakefile,v 4.0 89/01/13 09:50:39 jtkohl Exp $
#
# Copyright 1987, 1988 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for ACL library
#

DEFINES	= -DBSD42

SRCS	= \
	acl_files.c

OBJECTS	= \
	acl_files.o

SRCDIR=$(SRCTOP)/lib/acl
CODE= ${SRCS} Imakefile

library_obj_rule()
install_library_target(acl,$(OBJECTS),$(SRCS),)
