mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
73974a78f7
Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/1069
10 lines
117 B
Makefile
10 lines
117 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= hostname
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}= tests
|
|
|
|
.include <bsd.prog.mk>
|