OSDN Git Service

Oops. Forgot the makefile updates
authorEric Andersen <andersen@codepoet.org>
Thu, 10 May 2001 22:36:17 +0000 (22:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 10 May 2001 22:36:17 +0000 (22:36 -0000)
libc/signal/Makefile
libc/unistd/Makefile

index e661bef..bab6759 100644 (file)
@@ -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)
index 7b51f07..7376b73 100644 (file)
@@ -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