Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/racoon/racoon



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.




Home | Main Index | Thread Index | Old Index