summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-09-19 17:31:15 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-09-19 17:31:15 +0000
commitc547e924ad577625dc6c14f3b7fea965b5d74be0 (patch)
tree504ef52db6861c81c6041fa330a8f5153bbea0ff /libc/unistd/Makefile
parent309ce1f19f774f592d790e89de900dd81300c90b (diff)
Add SUSv3 function getsubopt.
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r--libc/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index f9e090f19..11a33cecf 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -28,7 +28,7 @@ DIRS:=
CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c \
sleep.c usleep.c getpass.c sysconf_src.c getlogin.c \
fpathconf.c confstr.c pathconf.c swab.c usershell.c \
- getopt.c
+ getopt.c getsubopt.c
ifeq ($(strip $(HAS_MMU)),true)
CSRC+=daemon.c
endif