kamil 771c425869 Port realpath(1) from FreeBSD
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.
2020-02-02 21:49:43 +00:00

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>