summaryrefslogtreecommitdiff
path: root/libc/signal/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-18 23:38:13 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-18 23:38:13 +0000
commit9b7d191055ade5069c6325fa857e007b4c658b14 (patch)
tree3546e12e3453e15508dbdfbec0a940e3e3de0647 /libc/signal/Makefile
parenta6a89eb4477289063cb9ef1cc414b9e748f877f9 (diff)
More updates. Implement strsignal. Add pwd_grp tests
Diffstat (limited to 'libc/signal/Makefile')
-rw-r--r--libc/signal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/signal/Makefile b/libc/signal/Makefile
index 4014fd11d..bc81d0b09 100644
--- a/libc/signal/Makefile
+++ b/libc/signal/Makefile
@@ -24,7 +24,7 @@ TOPDIR=../
include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
-CSRC=raise.c
+CSRC=raise.c sys_siglist.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)