771c425869
realpath(1) wraps realpath(3) and returns resolved physical path. This utility shipped with GNU and FreeBSD is sometimes used in scripts in the wild.
7 lines
171 B
Makefile
7 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/02/02 21:49:44 kamil Exp $
|
|
# $FreeBSD: head/bin/realpath/Makefile 298107 2016-04-16 07:45:30Z gjb $
|
|
|
|
PROG= realpath
|
|
|
|
.include <bsd.prog.mk>
|