summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/pagsh/Makefile
blob: 5408e9d90f57ad754df40fa0e810c48c7d06134f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.2 2001/06/23 12:48:44 hin Exp $

KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>

PROG=	pagsh

.PATH:	${KRB5SRC}/appl/afsutil
NOMAN=

CFLAGS+=-I${KRB5SRC}/lib/roken
LDADD+=	-lkrb5 -ldes -lkafs -lkrb ${LIBROKEN} -lasn1 -lcrypto -lcom_err

.include <bsd.prog.mk>