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