Subject: CVS commit: basesrc/usr.sbin/racoon/racoon
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/20/2001 02:59:57
Module Name:	basesrc
Committed By:	tv
Date:		Fri Oct 19 23:59:57 UTC 2001

Modified Files:
	basesrc/usr.sbin/racoon/racoon: Makefile

Log Message:
Unravel the include spaghetti here:
- make a copy of cfparse.y called "y.tab.y" because "cfparse.h" is not
  actually the yacc generated header file (duh?)
- include the tcpdump directory with -I *after* racoon's source, else
  tcpdump's headers will be picked up unexpectedly
- include . *before* racoon's source so as to make the generated files
  first on the list


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/racoon/racoon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.