diff options
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
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) |