diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-10-06 17:08:26 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-10-06 17:08:26 -0400 |
commit | d905faaa0a3180e20532eff6b1effbec06431d87 (patch) | |
tree | f9feb6435d5b8df27572ed82465abbb327772cee /Makefile | |
parent | 1a3266eed2e91fc0684bee464875773db1040864 (diff) |
split pwd into its own repo
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 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) |