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/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/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 89f72a713d3..22027a4f753 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.164 2021/09/01 19:55:53 job Exp $ +# $OpenBSD: Makefile,v 1.165 2021/10/13 15:04:53 kn Exp $ .include <bsd.own.mk> @@ -20,7 +20,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \ pkg-config pkill \ pr printenv printf quota radioctl rcs rdist rdistd \ - readlink renice rev rpcgen rpcinfo rs rsync rup rusers rwall \ + readlink realpath renice rev rpcgen rpcinfo rs rsync rup rusers rwall \ sdiff script sed sendbug shar showmount signify skey \ skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \ sort spell split ssh stat su systat \ |