mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
11 lines
233 B
Makefile
11 lines
233 B
Makefile
|
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
||
|
# $Id: Makefile,v 1.3 1994/09/09 21:43:17 g89r4222 Exp $
|
||
|
|
||
|
LIB= acl
|
||
|
SHLIB_MAJOR= 2
|
||
|
SHLIB_MINOR= 0
|
||
|
CFLAGS+=-DDEBUG -DKERBEROS -I${.CURDIR}/../include
|
||
|
SRCS= acl_files.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|