make /usr/include/kerberosIV/des.h a symlink to /usr/include/des.h,

it will avoid file inclusion loop
This commit is contained in:
itojun 2003-07-23 13:33:15 +00:00
parent c04353144d
commit 332aac83ab
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2003/07/10 10:34:24 lukem Exp $
# $NetBSD: Makefile,v 1.25 2003/07/23 13:33:15 itojun Exp $
NOLINT= # defined
@ -116,8 +116,9 @@ INCS= krb.h \
klog.h \
krb-protos.h \
krb-archaeology.h \
prot.h \
des.h
prot.h
SYMLINKS= ../des.h ${INCSDIR}/des.h
CPPFLAGS+= -I. \
-I${DIST}/krb4/lib/krb \

View File

@ -1,3 +0,0 @@
/* $NetBSD: des.h,v 1.3 2003/07/23 06:49:14 itojun Exp $ */
#include <des.h>