diff options
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") |