freebsd-dev/bin/pwd/Makefile
Poul-Henning Kamp 1082b68736 Let the pwd program double as realpath(1).
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.
2000-11-24 10:18:52 +00:00

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>