xref: /freebsd/bin/pwd/Makefile (revision 41059135ce931c0f1014a999ffabc6bc470ce856)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4PACKAGE=runtime
5PROG=	pwd
6
7.include <bsd.prog.mk>
8