diff options
author | 2009-06-01 18:35:21 +0000 | |
---|---|---|
committer | 2009-06-01 18:35:21 +0000 | |
commit | 0d5c9805a1ef17b473e1e2d5d306501b9d70fb6c (patch) | |
tree | 24430855513eade5ea6a53ba06375cfcf4965b85 | |
parent | Fix NULL dereference in aml_name.c (acpidump) (diff) | |
download | wireguard-openbsd-0d5c9805a1ef17b473e1e2d5d306501b9d70fb6c.tar.xz wireguard-openbsd-0d5c9805a1ef17b473e1e2d5d306501b9d70fb6c.zip |
We are done with sup, other sucky tools are better now
-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 25aa45e930f..58b73f9591d 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.110 2009/06/01 16:57:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.111 2009/06/01 18:35:21 deraadt Exp $ .include <bsd.own.mk> @@ -19,7 +19,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ rwho sdiff script sectok sed sendbug shar showmount skey \ - skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \ + skeyaudit skeyinfo skeyinit sort spell split ssh stat su systat \ sudo tail talk tcopy tcpbench tee telnet tftp tic time tip tn3270 \ top touch tput tr true tset tsort tty usbhidaction usbhidctl ul uname \ unexpand unifdef uniq units \ |