aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/colldef/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.John Baldwin2002-01-081-1/+2
* Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in aJohn Baldwin2002-01-081-1/+1
* WARNS=2 fixup.Mark Murray2001-12-021-7/+8
* Moved to shareAndrey A. Chernov1999-10-181-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-1/+2
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-051-2/+2
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-4/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Check for not defined / redefined chars nowAndrey A. Chernov1996-10-231-2/+2
* Backout yacc changes.Poul-Henning Kamp1996-06-021-1/+1
* yacc changes.Poul-Henning Kamp1996-05-301-2/+2
* Cleanup make process per Bruce suggestionsAndrey A. Chernov1995-11-031-20/+2
* Link LC_COLLATE inside dirs instead of dirs linkingAndrey A. Chernov1995-10-221-1/+10
* Fix SRCS so that `make depend' works. There were some .l's and some .y's.Bruce Evans1995-09-281-3/+3
* Rename, lt_LN.ISO8859-1 -> lt_LN.ISO_8859-1.Satoshi Asami1995-06-191-2/+2
* Add yet one popular russian code tableAndrey A. Chernov1995-05-011-2/+2
* collate tables compilerAndrey A. Chernov1995-02-171-0/+22