summaryrefslogtreecommitdiff
path: root/bin/hostname/Makefile
blob: 14628b7850d49784a47be33d1449b6742efc5b08 (plain)
1
2
3
4
5
6
7
8
9
.include <src.opts.mk>

PACKAGE=runtime
PROG=	hostname

HAS_TESTS=
SUBDIR.${MK_TESTS}=	tests

.include <bsd.prog.mk>