From af043921d728f6703763f544e63a1654bdabb591 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 6 Oct 2020 15:32:01 -0400 Subject: extract kill, as it can also stand alone --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15f5688..15f9aa0 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.1