2fa6610f1e
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
7 lines
88 B
Makefile
7 lines
88 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= split
|
|
COPTS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|