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 0dd6b84..18f4b47 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -14,3 +14,4 @@ all: make -C beep/ $(ARGS) make -C mrow/ $(ARGS) make -C elfdump/ $(ARGS) + make -C cat/ $(ARGS) |