NetBSD/lib/libkstream/Makefile

13 lines
224 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2000/08/13 19:42:48 thorpej Exp $
LIB= kstream
SRCS= kstream.c kstream-des.c
2000-06-17 10:39:32 +04:00
CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV
INCS= kstream.h
INCSDIR=/usr/include/kerberosIV
.include <bsd.lib.mk>