summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-08 22:08:04 -0400
committerIan Moffett <ian@osmora.org>2025-07-08 22:08:33 -0400
commit37d7d9cb50ac2f4ab02400d293e913905df1cb8d (patch)
treed1cfa9ee8162654a32a263a857f9efebe4b107ca /usr.bin/Makefile
parentfc8c9bc5029d006d531341c5306b49fc081bcfd7 (diff)
usr.bin: Add initial /etc/passwd parsing
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 a2abdf0..4c17ddf 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -18,3 +18,4 @@ all:
make -C getconf/ $(ARGS)
make -C echo/ $(ARGS)
make -C readcore/ $(ARGS)
+ make -C login/ $(ARGS)