diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-04-18 10:00:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-04-18 10:00:49 +0000 |
commit | b07a1354cb6e0a15167b9adb9fbadd4365cfb174 (patch) | |
tree | dabf3eec544e11de7b4bd21338e77a6f4ef0655f /usr.bin/Makefile | |
parent | 918b60db1ed766815dbae99a80937fbd78b4c3b7 (diff) |
Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.
"commit the switch now" espie@ "go for it" deraadt@
See the apropos(1) manual for a description of what's new.
On machines where you want the full functionality,
run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8).
Otherwise, when upgrading via source, run "sudo makewhatis -Q".
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 61503ff8071..dc2a3175cb7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.137 2014/03/25 21:02:59 millert Exp $ +# $OpenBSD: Makefile,v 1.138 2014/04/18 10:00:48 schwarze Exp $ .include <bsd.own.mk> -SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ +SUBDIR= apply 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 \ @@ -27,7 +27,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \ ul uname unexpand unifdef uniq units \ unvis users uudecode uuencode vacation vi vis vmstat w wall wc \ - what whatis which who whois write x99token xargs xinstall \ + what which who whois write x99token xargs xinstall \ xstr yacc yes .if (${YP:L} == "yes") |