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