diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-01 16:57:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-01 16:57:28 +0000 |
commit | 4d7936884a155230f96c477b91ad4e1ee2b1b1f9 (patch) | |
tree | 0a3abb7cebe60e879f6f99e65d84d32a66d3457b /usr.bin/Makefile | |
parent | 3d56ea5d7c6f5dc45f0afe6e87477ad953c68d43 (diff) |
RIP; ok millert
Diffstat (limited to 'usr.bin/Makefile')
-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 dc46cc66dec..25aa45e930f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.109 2008/06/04 21:12:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.110 2009/06/01 16:57:24 deraadt Exp $ .include <bsd.own.mk> @@ -24,7 +24,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ top touch tput tr true tset tsort tty usbhidaction usbhidctl ul uname \ unexpand unifdef uniq units \ unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \ - what whatis which who whois window write x99token xargs xinstall xlint \ + what whatis which who whois write x99token xargs xinstall xlint \ xstr yacc yes .if (${YP:L} == "yes") |