xref: /freebsd/bin/pwd/Makefile (revision 1b6c76a2fe091c74f08427e6c870851025a9cf67)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4PROG=	pwd
5LINKS=	${BINDIR}/pwd ${BINDIR}/realpath
6MAN=	pwd.1 realpath.1
7
8WARNS?=	2
9
10.include <bsd.prog.mk>
11