Go to file
tv 29fb1f6827 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
2001-10-19 23:59:56 +00:00
bin enable WARNS?= 2 2001-10-19 00:59:07 +00:00
crypto Turn on TCP_NODELAY over loopback 2001-10-18 19:46:12 +00:00
dist extensions-path-name -> extensions-path (misc/14147). 2001-10-04 12:26:25 +00:00
distrib Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's. 2001-10-19 02:53:02 +00:00
etc Do not run MAKEDEV on "make distribution". The device nodes are not part 2001-10-19 15:07:48 +00:00
games Rename com#.c to command#.c to avoid conflicts with those file basenames 2001-10-19 03:06:09 +00:00
gnu Exclude Y2K bug flag files from the build; fixes undefined symbol errors 2001-10-19 03:33:35 +00:00
include add wcstod/wcstol/wcstoul. 2001-09-27 16:30:35 +00:00
lib - Don't delete the pidfile if the process executing the cleanup handler 2001-10-19 20:36:59 +00:00
libexec Fix how underfined weak symbols are treated -- before, ld.so would do nothing 2001-10-14 23:13:21 +00:00
regress Rename prn.c to prename.c to avoid problems with certain Microsoft host OS's. 2001-10-19 03:10:15 +00:00
sbin minor WARNS=2 stuff 2001-10-19 01:16:37 +00:00
share Better version of previous. Use an .ifdef in this case, so the rule isn't 2001-10-19 19:07:48 +00:00
sys increase maxusers (8->16) 2001-10-19 17:17:19 +00:00
tools Set TEXINFO_MAINT to an empty string when configuring texinfo, so that 2001-10-19 02:40:03 +00:00
usr.bin Appeared in .Bx 3.0, not .Ux 3.0. 2001-10-19 17:37:32 +00:00
usr.sbin Unravel the include spaghetti here: 2001-10-19 23:59:56 +00:00
build.sh Move mkdir of TOOLDIR/bin to after removing TOOLDIR as specified by -r. 2001-10-19 16:43:47 +00:00
Makefile Add a couple more shortcut rules for the "tools" subdir to prevent recursion. 2001-10-19 14:17:52 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING mtree update needed 2001-10-05 16:24:34 +00:00