diff options
author | 2010-10-18 20:01:54 +0000 | |
---|---|---|
committer | 2010-10-18 20:01:54 +0000 | |
commit | b8cabeaa8413f8b8647306b76453b09b469bdda4 (patch) | |
tree | 5357788269736d0d3f771a1a420d2450dd7763ef | |
parent | Merge the before and after attach client code into one in client.c (diff) | |
download | wireguard-openbsd-b8cabeaa8413f8b8647306b76453b09b469bdda4.tar.xz wireguard-openbsd-b8cabeaa8413f8b8647306b76453b09b469bdda4.zip |
disable vgrind; raw roff support is gone. it might surface in the ports tree, or the time for vgrind has gone
-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 172777c8e0b..4bbe1761ab5 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.117 2010/10/17 08:40:35 djm Exp $ +# $OpenBSD: Makefile,v 1.118 2010/10/18 20:01:54 deraadt Exp $ .include <bsd.own.mk> @@ -24,7 +24,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ sudo tail talk tcopy tcpbench tee telnet tftp tic time tip \ tmux 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 \ + unvis users uudecode uuencode vacation vi vis vmstat w wall wc \ what whatis which who whois write x99token xargs xinstall xlint \ xstr yacc yes |