freebsd-dev/usr.bin/split/Makefile
Archie Cobbs 2fa6610f1e Add new option '-p pattern' for splitting files based on matching lines in
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
1999-02-01 21:16:45 +00:00

7 lines
88 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= split
COPTS+= -Wall
.include <bsd.prog.mk>