# $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