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
9 lines
212 B
Makefile
9 lines
212 B
Makefile
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
|
# $Id$
|
|
|
|
LIB= kdb
|
|
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../include -Wall
|
|
SRCS= krb_cache.c krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c
|
|
|
|
.include <bsd.lib.mk>
|