summaryrefslogtreecommitdiff
path: root/kerberosIV/kauth/Makefile
blob: ae45686de6b2f2e00c6ed2d7f492fc9a0287eb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1998/01/23 08:29:58 art Exp $

.include <bsd.obj.mk>

SRCS= encdata.c rkinit.c kauth.c marshall.c
PROG= kauth
LDADD+= -lkrb -lkafs -ldes
DPADD+=	${LIBKRB} ${LIBKAFS}
BINDIR=/usr/bin
MAN= kauth.1

.include <bsd.prog.mk>