]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/pwd/Makefile
This commit was generated by cvs2svn to compensate for changes in r69626,
[FreeBSD/FreeBSD.git] / bin / pwd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   pwd
5 LINKS=  ${BINDIR}/pwd ${BINDIR}/realpath
6 MAN1=   pwd.1 realpath.1
7
8 .include <bsd.prog.mk>