2003-07-23 17:35:13 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2003/07/23 13:35:13 itojun Exp $
|
2000-06-17 10:24:28 +04:00
|
|
|
|
|
|
|
LIB= kstream
|
|
|
|
|
|
|
|
SRCS= kstream.c kstream-des.c
|
|
|
|
|
2003-07-23 17:35:13 +04:00
|
|
|
CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV
|
2000-06-17 10:39:32 +04:00
|
|
|
|
|
|
|
INCS= kstream.h
|
|
|
|
INCSDIR=/usr/include/kerberosIV
|
2000-06-17 10:24:28 +04:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|