xref: /dragonfly/bin/pwd/Makefile (revision 1de703da)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/bin/pwd/Makefile,v 1.5.2.3 2001/08/01 05:13:30 obrien Exp $
3# $DragonFly: src/bin/pwd/Makefile,v 1.2 2003/06/17 04:22:50 dillon Exp $
4
5PROG=	pwd
6LINKS=	${BINDIR}/pwd ${BINDIR}/realpath
7MAN=	pwd.1 realpath.1
8
9WARNS?=	2
10
11.include <bsd.prog.mk>
12