xref: /freebsd/bin/hostname/Makefile (revision 73974a78f7f60acdbb26cdd5325c21c0bb1d2d4d)
1.include <src.opts.mk>
2
3PACKAGE=runtime
4PROG=	hostname
5
6HAS_TESTS=
7SUBDIR.${MK_TESTS}=	tests
8
9.include <bsd.prog.mk>
10