mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 06:15:40 -05:00
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
6 lines
88 B
Makefile
6 lines
88 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= split
|
|
COPTS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|