aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.Mark Murray2001-12-121-1/+0
| | | | Notes: svn path=/head/; revision=87765
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-1/+2
| | | | | | | | | | | | COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde Notes: svn path=/head/; revision=83112
* Add new option '-p pattern' for splitting files based on matching lines inArchie Cobbs1999-02-011-0/+1
| | | | | | | | | the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and fix a few style bugs. PR: bin/9405 Notes: svn path=/head/; revision=43513
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+5
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590