mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Sponsored by: The FreeBSD Foundation
Pull Request: https://github.com/freebsd/freebsd-src/pull/1069
(cherry picked from commit 73974a78f7)
11 lines
156 B
Makefile
11 lines
156 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= hostname
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}= tests
|
|
|
|
.include <bsd.prog.mk>
|