Download raw body.
Introducing Word for OpenBSD
In the spirit of Microsoft bringing sudo to Windows, it is time
we bring Word to OpenBSD.
Same as Microsoft:
1. Not caring about name confusion
2. Not caring about compatible behaviours
3. Not caring about trademarks or defacto trademarks
4. Not asking the original product teams if it is OK.
This is setting the standard as well as Microsoft will do with sudo.
Index: usr.bin/mg/Makefile
===================================================================
RCS file: /cvs/src/usr.bin/mg/Makefile,v
diff -u -p -u -r1.35 Makefile
--- usr.bin/mg/Makefile 18 Jul 2019 05:57:48 -0000 1.35
+++ usr.bin/mg/Makefile 8 Feb 2024 21:34:07 -0000
@@ -19,6 +19,8 @@ SRCS= autoexec.c basic.c bell.c buffer.c
re_search.c region.c search.c spawn.c tty.c ttyio.c ttykbd.c \
undo.c util.c version.c window.c word.c yank.c
+LINKS= ${BINDIR}/Word
+
#
# More or less standalone extensions.
#
Introducing Word for OpenBSD