blob: e62241107e65954347244c607713295fb6350d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: Makefile,v 1.3 2003/07/14 16:14:44 mho Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
PROG = afslog
.PATH: ${KRB5SRC}/appl/afsutil
SRCS+= afslog.c
SRCS+= ${PRINTVER}
DPADD += ${LIBKRB5} ${LIBDES} ${LIBCRYPTO}
LDADD += -lkrb5 -ldes -lcrypto
.include <bsd.prog.mk>
|