diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:37:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:37:20 +0000 |
commit | 81ebfa9f5373ef00e2733cde3c5b5ce4a90f5c50 (patch) | |
tree | 60780206bc8ce165c38218e085d3783ffd396ee2 /usr.bin/Makefile | |
parent | 2c6c0cc6f9a1fa70088645c634c08484a7584ec0 (diff) |
Remove usr.bin/ar and usr.bin/ranlib, no longer building anything. Move their
manpages to share/man5 since they are still worth keeping.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index db74dbc89d0..5a680a2fe33 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.131 2013/06/17 19:17:15 robert Exp $ +# $OpenBSD: Makefile,v 1.132 2013/07/05 21:37:19 miod Exp $ .include <bsd.own.mk> -SUBDIR= apply apropos ar arch asa at aucat audioctl awk banner \ +SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ basename bc bdes bgplg \ biff cal calendar cap_mkdb cdio chpass cmp col colrm \ column comm compress cpp crontab csplit ctags cu cut \ @@ -18,7 +18,7 @@ SUBDIR= apply apropos ar arch asa at aucat audioctl awk banner \ newsyslog \ nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \ pkg-config pkill \ - pr printenv printf quota radioctl ranlib rcs rdist rdistd \ + pr printenv printf quota radioctl rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ rwho sdiff script sed sendbug shar showmount skey \ skeyaudit skeyinfo skeyinit sndiod \ |