mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/1069
9 lines
117 B
Makefile
9 lines
117 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= hostname
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}= tests
|
|
|
|
.include <bsd.prog.mk>
|