avoid recursion on des.h inclusion

This commit is contained in:
itojun 2003-07-23 06:10:26 +00:00
parent e9ce38e623
commit 476d185fa0
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.3 2000/08/13 19:42:48 thorpej Exp $
# $NetBSD: Makefile,v 1.4 2003/07/23 06:10:26 itojun Exp $
LIB= kstream
SRCS= kstream.c kstream-des.c
CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV
CPPFLAGS+=-I${DESTDIR}/usr/include -I${DESTDIR}/usr/include/kerberosIV
INCS= kstream.h
INCSDIR=/usr/include/kerberosIV