From 1b0ea2fab703f813dcd506d2de311753246b4f8c Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Thu, 7 Oct 2004 09:20:09 +0000
Subject: Add ualarm.c

---
 libc/unistd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc/unistd')

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
 
-- 
cgit v1.2.3