summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-13 19:19:38 -0400
committerIan Moffett <ian@osmora.org>2025-06-13 19:19:38 -0400
commitd1e42507dc4df33073881776e26ebf16437321bb (patch)
tree841545651671ecac907f257c62e384fe87ad7796 /usr.bin/Makefile
parent51b825d5bf18c4ad1a25328e91c58ef964110a05 (diff)
usr.bin: Add 'mex' port
See https://osmora.org/cgit/mex Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 80eafc7..779aacd 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -10,3 +10,4 @@ all:
make -C fetch/ $(ARGS)
make -C kfgwm/ $(ARGS)
make -C time/ $(ARGS)
+ make -C mex/ $(ARGS)