blob: 57565e3f9175f24a5b885e9a07f44ebaff5226d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.3 2001/01/09 02:41:20 angelos Exp $
PROG = klist
KRBDEPTH=../..
.include "../../Makefile.inc"
.PATH: ${KRBSRC}/kuser
CFLAGS += -I.
LDADD += ${LIBROKEN} -lkrb -lkafs -ldes
SRCS = klist.c
.include <bsd.prog.mk>
|