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)