From 887a0c51a3970e97ba6c9fb7e1a20a1bd89b7a91 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 May 2001 22:36:17 +0000 Subject: Oops. Forgot the makefile updates --- libc/signal/Makefile | 2 +- libc/unistd/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'libc') 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) diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 7b51f075c..7376b73a9 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -26,7 +26,8 @@ LIBC=$(TOPDIR)libc.a DIRS:= CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c getcwd.c getopt.c \ - sleep.c getpass.c sysconf_src.c getopt_vars.c getlogin.c fpathconf.c + sleep.c getpass.c sysconf_src.c getopt_vars.c getlogin.c fpathconf.c \ + confstr.c ifeq ($(strip $(HAS_MMU)),true) CSRC+=daemon.c endif -- cgit v1.2.3