diff options
author | 2014-04-19 14:56:17 +0000 | |
---|---|---|
committer | 2014-04-19 14:56:17 +0000 | |
commit | 8347c6cf6d8bf59147674a93ceb09418e01d005e (patch) | |
tree | cea9c3e0a24c820f8083b4af3bfa20089957c874 | |
parent | Delete futile calls to RAND_seed. ok djm (diff) | |
download | wireguard-openbsd-8347c6cf6d8bf59147674a93ceb09418e01d005e.tar.xz wireguard-openbsd-8347c6cf6d8bf59147674a93ceb09418e01d005e.zip |
the valkyries have come for rsh as well
-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 54c004fdae5..3030bb8c0e7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.139 2014/04/18 19:13:16 okan Exp $ +# $OpenBSD: Makefile,v 1.140 2014/04/19 14:56:17 tedu Exp $ .include <bsd.own.mk> @@ -19,7 +19,7 @@ SUBDIR= apply arch asa at aucat audioctl awk banner \ nfsstat nice nm nl nohup oldrdist pagesize passwd paste patch pctr \ pkg-config pkill \ pr printenv printf quota radioctl rcs rdist rdistd \ - readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ + readlink renice rev rpcgen rpcinfo rs rup ruptime rusers rwall \ rwho sdiff script sed sendbug shar showmount signify skey \ skeyaudit skeyinfo skeyinit sndiod \ sort spell split sqlite3 ssh stat su systat \ |