diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-12 16:38:00 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-12 16:38:00 +0000 |
commit | 89243bb899b5a119588ff5420909dcec6dffd515 (patch) | |
tree | 5447cae23be57ebe122fb59d97de73f8532fdd87 | |
parent | 90807d4cfd7ef06687c9a61ad973bc1c3ddb2e8d (diff) |
add readlink(1)
-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 6ed56b5a5e9..d157d7e998a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 1997/04/19 21:26:24 millert Exp $ +# $OpenBSD: Makefile,v 1.42 1997/06/12 16:37:59 kstailey Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -15,7 +15,7 @@ SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \ machine mail make man mesg mk_cmds mkdep mkfifo mkstr mktemp modstat \ msgs nc netstat newsyslog \ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ - printf quota rdist rdistd renice rev rlogin rpcgen rpcinfo rs \ + printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \ rsh rup ruptime rusers rwall rwho \ script sed shar showmount skey skeyinit soelim sort split \ su sup systat tail talk tcopy tee telnet tftp time \ |