BSD 4_4 release
[unix-history] / usr / src / kerberosIV / acl / Makefile
CommitLineData
ad787160 1# @(#)Makefile 8.1 (Berkeley) 6/1/93
67566ee4
KB
2
3LIB= acl
4CFLAGS+=-DDEBUG -DKERBEROS -I${.CURDIR}/../include
5SRCS= acl_files.c
6
765de85a 7NOPROFILE=
67566ee4 8.include <bsd.lib.mk>