summaryrefslogtreecommitdiff
path: root/lib/libkstream/Makefile
blob: 2af9b07158277c753f02737cff1b9682ca725840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.3 2000/08/13 19:42:48 thorpej Exp $

LIB=	kstream

SRCS=	kstream.c kstream-des.c

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

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

.include <bsd.lib.mk>