mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
13 lines
181 B
Makefile
13 lines
181 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
|
|
PROG= xargs
|
|
SRCS= xargs.c strnsubst.c
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|