mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
This should cover all of the basic functionality, as well as the recent
enhancement to use a dynamic buffer size rather than limiting patterns
and lines to MAXBSIZE.
Reviewed by: bapt
Sponsored by: Klara, Inc.
(cherry picked from commit 75c3ca1ebf)
13 lines
168 B
Makefile
13 lines
168 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= split
|
|
|
|
LIBADD= util
|
|
|
|
HAS_TESTS= yes
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|