summaryrefslogtreecommitdiff
path: root/lib/libkstream/Makefile
blob: 6c33d2fafd2666c31bcbe5ce07a6109c55e3ee91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.2 2000/06/17 06:39:32 thorpej Exp $

LIB=	kstream

SRCS=	kstream.c kstream-des.c

CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV

INCS=	kstream.h
INCSDIR=/usr/include/kerberosIV

SHLIB_MAJOR?= 1
SHLIB_MINOR?= 0

.include <bsd.lib.mk>