summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-09 13:15:38 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-09 13:15:38 +0000
commit257573b929dc1096a46f8c2d40781477b123f23f (patch)
treec1116af737de715902d4a580644c0b448e9c088b /libc/unistd
parent624a6480462024cb51ad7ace2fd210fe8777665c (diff)
Oops. Forgot to check this in. Thanks Martin Volf for noticing
-Erik
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index 8309497ba..ee340214d 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -27,7 +27,7 @@ DIRS:=
CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c getcwd.c \
sleep.c usleep.c getpass.c sysconf_src.c getlogin.c \
- fpathconf.c confstr.c pathconf.c swab.c
+ fpathconf.c confstr.c pathconf.c swab.c usershell.c
ifeq ($(strip $(HAS_MMU)),true)
CSRC+=daemon.c
endif