blob: f8807d02940191bed4e7219bbe7c9a6463267b3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.8 2002/09/23 01:45:08 miod Exp $
# XXX asn1_compile is compiled in ../Makefile
# kf
SUBDIR= afslog \
kauth \
kdestroy \
kinit \
klist \
pagsh \
string2key \
verify_krb5_conf
.include <bsd.subdir.mk>
|