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