summaryrefslogtreecommitdiff
path: root/usr.bin/awk/Makefile
AgeCommit message (Collapse)Author
2003-08-03add -DHAS_ISBLANK to CPPFLAGS, so that current nawk would use our isblank(3)jdolecek
instead of it's own; pointed out by Stefan Kruger in private e-mail add rules to install the gawk info file too; it's useful to have installed, and allows nawk to be drop-in replacement without need to adjust file lists
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-03-28Remove check for sparc64 which adds -msoft-quad-float as that is now thejmc
default for the compiler on sparc64.
2001-10-19Add -msoft-quad-float on sparc64 to work around toolchain/kernel fpumartin
emulation lossage. This makes awk create proper vi.h and emacs.h files in src/lib/libedit again.
2001-01-23use YHEADER instead YFLAGS/CLEANFILESjdolecek
2001-01-23Add nawk build glue. It's not enabled for now, gawk is still the default.jdolecek