25 lines
456 B
Makefile
25 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:53 elric Exp $
|
|
|
|
USE_FORT?= yes # network protocol library
|
|
|
|
NOLINT= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
.include <${.CURDIR}/../../Makefile.inc>
|
|
|
|
.PATH: ${HEIMDIST}/lib/kafs
|
|
|
|
LIB= kafs
|
|
|
|
LIBDPLIBS+= krb5 ${.CURDIR}/../libkrb5 \
|
|
roken ${.CURDIR}/../libroken
|
|
|
|
SRCS= afssys.c afskrb5.c common.c
|
|
|
|
INCS= kafs.h
|
|
INCSDIR= /usr/include/krb5
|
|
MAN= kafs.3
|
|
|
|
.include <${HEIMBASE}/Makefile.rules.inc>
|
|
.include <bsd.lib.mk>
|