summaryrefslogtreecommitdiff
path: root/kerberosV/usr.sbin/kstash/Makefile
blob: 043c52b7361ec5cf6d31223f743bfc70350f514b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $OpenBSD: Makefile,v 1.7 2006/04/23 21:25:11 biorn Exp $

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

PROG=	kstash
MAN=	${PROG}.8

SRCS=	kstash.c \
	sl.c
SRCS+=	${PRINTVER}

.PATH:	${KRB5SRC}/kdc
.PATH:	${KRB5SRC}/lib/sl

CFLAGS+=-I${KRB5SRC}/lib/krb5

DPADD+= ${LIBREADLINE} ${LIBCURSES} ${LIBDES} ${LIBKRB5} \
	${LIBCRYPTO}
LDADD+=	-lreadline -lcurses -ldes -lkrb5 \
	-lcrypto

.include <bsd.prog.mk>