1994-09-30 14:50:09 +00:00
|
|
|
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
1995-08-25 22:52:32 +00:00
|
|
|
# $Id: Makefile,v 1.3 1995/07/18 16:37:47 mark Exp $
|
1994-09-30 14:50:09 +00:00
|
|
|
|
|
|
|
PROG= kerberos
|
|
|
|
SRCS= kerberos.c cr_err_reply.c
|
1995-09-07 21:39:00 +00:00
|
|
|
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -Wall
|
|
|
|
DPADD= ${LIBKDB} ${LIBKRB}
|
|
|
|
LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes
|
1994-09-30 14:50:09 +00:00
|
|
|
NOMAN= noman
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|