13 lines
223 B
Makefile
13 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/07/23 13:35:13 itojun 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>
|