add fts* routines to build

This commit is contained in:
gdr 1997-07-27 23:06:00 +00:00
parent 649a34d2fd
commit bc0a3deceb

View File

@ -1,15 +1,15 @@
#
# Makefile for libc/gen.
#
# $Id: Makefile,v 1.1 1997/02/28 05:12:43 gdr Exp $
# $Id: Makefile,v 1.2 1997/07/27 23:06:00 gdr Exp $
#
.INCLUDE: ../../const.mk
OBJ_ASM = crypta.o setjmp.o syslog.o
OBJ_C = basename.o bmem.o compat.o crypt.o dirent.o err.o fnmatch.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
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
OBJS = $(OBJ_ASM) $(OBJ_C)