From 62becc2887be4d70a46222292f4b67dd17a496bd Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 27 Jul 1997 23:59:49 +0000 Subject: [PATCH] added fts* routines and fdopen(3) to build --- lib/libc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 29a660c..540bf50 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -6,7 +6,7 @@ # directories: # gen, gno, locale, stdio, stdlib, string, sys # -# $Id: Makefile,v 1.2 1997/05/03 19:40:37 gdr Exp $ +# $Id: Makefile,v 1.3 1997/07/27 23:59:49 gdr Exp $ # .INCLUDE: ../const.mk @@ -29,6 +29,7 @@ LIBC_OBJ = \ gen/dirent.o \ gen/err.o \ gen/fnmatch.o \ + gen/fts.o \ gen/getcwd.o \ gen/getgrent.o \ gen/getpass.o \ @@ -45,6 +46,7 @@ LIBC_OBJ = \ gen/tty.o \ gen/utime.o \ locale/table.o \ + stdio/fdopen.o \ stdio/fgetln.o \ stdio/mktemp.o \ stdio/perror.o \