13 lines
224 B
Makefile
13 lines
224 B
Makefile
# $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>
|