diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-10 22:36:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-10 22:36:17 +0000 |
commit | 887a0c51a3970e97ba6c9fb7e1a20a1bd89b7a91 (patch) | |
tree | 552cb6118501a24a4d3bbe720386a6396fedf46a /libc/signal/Makefile | |
parent | 46c89f0b62c03330d4437fed7d8f8d28734395ec (diff) |
Oops. Forgot the makefile updates
Diffstat (limited to 'libc/signal/Makefile')
-rw-r--r-- | libc/signal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/signal/Makefile b/libc/signal/Makefile index e661bef85..bab67594d 100644 --- a/libc/signal/Makefile +++ b/libc/signal/Makefile @@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a CSRC=bsd_sig.c raise.c sigblock.c siggtmsk.c sigjmp.c signal.c sigintr.c\ sigpause.c sigstmsk.c sigaddset.c sigdelset.c sigismem.c \ - sigemptyset.c sigfillset.c + sigemptyset.c sigfillset.c killpg.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |