summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-10-06 17:08:26 -0400
committerJakob Kaivo <jkk@ung.org>2020-10-06 17:08:26 -0400
commitd905faaa0a3180e20532eff6b1effbec06431d87 (patch)
treef9feb6435d5b8df27572ed82465abbb327772cee /Makefile
parent1a3266eed2e91fc0684bee464875773db1040864 (diff)
split pwd into its own repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0c7662..15c92ea 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OBJECTS=alias.o bg.o builtins.o cd.o command.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 fc fg getopts jobs newgrp pwd read \
+BUILTINS=alias bg cd command fc fg getopts jobs newgrp read \
ulimit umask unalias wait
all: $(UTILITY) $(L10N) $(BUILTINS)