diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-04-08 15:56:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-04-08 15:56:29 +0000 |
commit | e3ab6f454b110890e362185c197f1139591a395c (patch) | |
tree | 8fbf4fcc338c6a009f8ccda2d7fe0962616ef01d /usr.bin | |
parent | 8bcbd4f3537989e7ebdd06ef77e10172c6e60944 (diff) |
unhook lint from the tree. The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many
dangerous lies.
enthusiastic agreement from a bunch of people
Diffstat (limited to 'usr.bin')
-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 9046c651332..1516c3df538 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.121 2012/01/16 08:42:38 schwarze Exp $ +# $OpenBSD: Makefile,v 1.122 2012/04/08 15:56:28 jsg Exp $ .include <bsd.own.mk> @@ -25,7 +25,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile 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 xlint \ + what whatis which who whois write x99token xargs xinstall \ xstr yacc yes .if (${YP:L} == "yes") |