summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-10-06 16:47:29 -0400
committerJakob Kaivo <jkk@ung.org>2020-10-06 16:47:29 -0400
commit83d569d4abda4e925581d433c5d8127e29358579 (patch)
tree474d7fb27a9a93a3b34069a38604badc0cf6254f /Makefile
parentaf043921d728f6703763f544e63a1654bdabb591 (diff)
split false into its own (trivial) repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15f9aa0..c711c60 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 newgrp pwd read \
+BUILTINS=alias bg cd command fc fg getopts jobs newgrp pwd read \
true ulimit umask unalias wait
all: $(UTILITY) $(L10N) $(BUILTINS)