diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-10-06 15:32:01 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-10-06 15:32:01 -0400 |
commit | af043921d728f6703763f544e63a1654bdabb591 (patch) | |
tree | 9e72da719acedfd98f40bb97acd062129f15ddfe /Makefile | |
parent | ca6b82f8d3a8cd96c389771bc34585b5a3a2f483 (diff) |
extract kill, as it can also stand alone
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ OBJECTS=alias.o bg.o builtins.o cd.o command.o false.o fc.o fg.o getopts.o \ unset.o \ interactive.o parse.o init.o getopt.o \ sh.tab.o sh.yy.o -BUILTINS=alias bg cd command false fc fg getopts jobs kill newgrp pwd read \ +BUILTINS=alias bg cd command false fc fg getopts jobs newgrp pwd read \ true ulimit umask unalias wait all: $(UTILITY) $(L10N) $(BUILTINS) |