Download raw body.
Add watch in usr.bin/Makefile
Hi,
The watch command does not install /usr/bin after I ran `cd /usr/src &&
doas make build' command. I got /usr/src by `cvs checkout' and
`cvs update'.
Append watch in usr.bin/Makefile.
ok?
--
ASOU Masato
Index: usr.bin/Makefile
===================================================================
RCS file: /cvs/src/usr.bin/Makefile,v
diff -u -p -r1.169 Makefile
--- usr.bin/Makefile 3 May 2025 15:13:53 -0000 1.169
+++ usr.bin/Makefile 23 May 2025 03:06:05 -0000
@@ -28,7 +28,7 @@ SUBDIR= apply arch at aucat audioctl awk
tail talk tcpbench tee telnet tftp tic time timeout \
tmux top touch tput tr true ts tset tsort tty usbhidaction usbhidctl \
ul uname unexpand unifdef uniq units \
- unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
+ unvis users uudecode uuencode vacation vi vis vmstat w wall watch wc \
what which who whois write x99token xargs xinstall \
yacc yes
Add watch in usr.bin/Makefile