diff options
Diffstat (limited to 'libc/unistd')
-rw-r--r-- | libc/unistd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 290d71a52..a097f06ea 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -23,7 +23,7 @@ DIRS:= MSRC1 = exec.c MOBJ1 = execl.o execv.o execle.o execlp.o execvp.o -CSRC= sleep.c usleep.c getpass.c sysconf.c getlogin.c \ +CSRC= sleep.c usleep.c ualarm.c getpass.c sysconf.c getlogin.c \ fpathconf.c confstr.c pathconf.c swab.c usershell.c \ getsubopt.c |