mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pwd
|
|
LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
|
|
MAN= pwd.1 realpath.1
|
|
|
|
.include <bsd.prog.mk>
|