a0abe974dc
compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos
13 lines
341 B
Makefile
13 lines
341 B
Makefile
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
|
# $Id$
|
|
|
|
LIB= acl
|
|
CFLAGS+=-DDEBUG -DKERBEROS -I${.CURDIR}/../../include -Wall
|
|
SRCS= acl_files.c
|
|
MAN3= 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
|
|
|
|
.include <bsd.lib.mk>
|