1082b68736
This lets you resolve pathnames to their underlying physical path: critter# realpath /sys/kern/subr_disk.c /freebsd/src/sys/kern/subr_disk.c Update the pwd man-page slightly.
9 lines
148 B
Makefile
9 lines
148 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pwd
|
|
LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
|
|
MAN1= pwd.1 realpath.1
|
|
|
|
.include <bsd.prog.mk>
|