1994-09-30 14:50:09 +00:00
|
|
|
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
1995-09-13 17:24:36 +00:00
|
|
|
# $Id: Makefile,v 1.4 1995/09/07 20:51:30 mark Exp $
|
1994-09-30 14:50:09 +00:00
|
|
|
|
|
|
|
PROG= kerberos
|
|
|
|
SRCS= kerberos.c cr_err_reply.c
|
1995-09-13 17:24:36 +00:00
|
|
|
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../include -Wall
|
|
|
|
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
|
|
|
|
LDADD= -lkdb -lkrb -ldes
|
1994-09-30 14:50:09 +00:00
|
|
|
NOMAN= noman
|
1995-09-13 17:24:36 +00:00
|
|
|
BINDIR= /usr/sbin
|
1994-09-30 14:50:09 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|