diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2021-10-13 15:04:54 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2021-10-13 15:04:54 +0000 |
commit | 08802b73d28cfa0635bcd603b2f3ecbe86cf6b0b (patch) | |
tree | 77a6f3271138ebaa49497118e816cb6f1970b5bf /usr.bin/realpath/Makefile | |
parent | 01ba3e0eb97cea4f7a04ee28e143a6b8e7b36092 (diff) |
Provide realpath(1)
A tiny realpath(3) wrapper to make a porter's life easier.
Feedback kettenis deraadt cheloha sthen
OK cheloha martijn deraadt
Diffstat (limited to 'usr.bin/realpath/Makefile')
-rw-r--r-- | usr.bin/realpath/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/realpath/Makefile b/usr.bin/realpath/Makefile new file mode 100644 index 00000000000..2eb65371682 --- /dev/null +++ b/usr.bin/realpath/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2021/10/13 15:04:53 kn Exp $ + +PROG= realpath + +.include <bsd.prog.mk> |