summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.bin/kstring2key/Makefile
blob: 3e10334021254a8ec95cce1fcdce5296af05a7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.1 2000/02/25 16:35:31 hin Exp $

PROG	= kstring2key

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

.PATH:	${KRBSRC}/appl/afsutil

CFLAGS	+= -I.
LDADD	+= ${LIBROKEN} -lkrb -lkafs -ldes

SRCS	= kstring2key.c

NOMAN	=

.include <bsd.prog.mk>