diff options
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r-- | libc/unistd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 4e5e5fc8a..db8c0c019 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -25,7 +25,8 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c sleep.c +CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c \ + sleep.c sysconf.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |