summaryrefslogtreecommitdiff
path: root/kerberosIV/libexec/kauthd/Makefile
blob: 413d7c4777a507c88d7bf56539b14cfd6a42997d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $OpenBSD: Makefile,v 1.1 2000/02/25 16:35:27 hin Exp $

PROG	= kauthd

KRBDEPTH=../..
.include <../../Makefile.inc>

.PATH:	${KRBSRC}/appl/kauth

CFLAGS	+= -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/acl
LDADD	+= ${LIBROKEN} -lkrb -lkafs -ldes

SRCS	= kauthd.c marshall.c encdata.c


MAN	= ${PROG}.8

.include <bsd.prog.mk>