From 59a20690fa5fd80205d772812d41d4f11954f98e Mon Sep 17 00:00:00 2001 From: gdr Date: Mon, 28 Jul 1997 03:15:55 +0000 Subject: [PATCH] added psignal,c, siglist.c to build --- lib/libc/gen/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/Makefile b/lib/libc/gen/Makefile index 69aa866..7f61697 100644 --- a/lib/libc/gen/Makefile +++ b/lib/libc/gen/Makefile @@ -1,7 +1,7 @@ # # Makefile for libc/gen. # -# $Id: Makefile,v 1.2 1997/07/27 23:06:00 gdr Exp $ +# $Id: Makefile,v 1.3 1997/07/28 03:15:55 gdr Exp $ # .INCLUDE: ../../const.mk @@ -9,8 +9,8 @@ OBJ_ASM = crypta.o setjmp.o syslog.o OBJ_C = basename.o bmem.o compat.o crypt.o dirent.o err.o fnmatch.o fts.o \ getcwd.o getgrent.o getpass.o getpwent.o getttyent.o hostname.o \ - oldlog.o popen.o pwcache.o scandir.o sleep.o tty.o utime.o -NOT_YET = fts.o + oldlog.o popen.o psignal.o pwcache.o scandir.o siglist.o sleep.o \ + tty.o utime.o OBJS = $(OBJ_ASM) $(OBJ_C)