diff options
author | Job Snijders <job@cvs.openbsd.org> | 2021-09-01 19:55:54 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2021-09-01 19:55:54 +0000 |
commit | 9720128c8e14c66ebdc7d4f934a49185c52cd77b (patch) | |
tree | c9f016e3d1a9215f8243a98c926ea5afd4c2993e | |
parent | 7e24e5d80dd8810770cf1fb9069a414c66cd20a6 (diff) |
Enable making timeout(1)
OK deraadt@
-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 257eeac81cf..89f72a713d3 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.163 2020/02/26 13:58:48 ratchov Exp $ +# $OpenBSD: Makefile,v 1.164 2021/09/01 19:55:53 job Exp $ .include <bsd.own.mk> @@ -24,7 +24,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ sdiff script sed sendbug shar showmount signify skey \ skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \ sort spell split ssh stat su systat \ - tail talk tcpbench tee telnet tftp tic time \ + tail talk tcpbench tee telnet tftp tic time timeout \ 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 \ |