changeset 388:dcce129e8c8e

(SOURCES): Add memcmp.c, memcpy.c, and memset.c.
author Jim Meyering <jim@meyering.net>
date Sat, 11 Feb 1995 14:11:36 +0000
parents cba837b4fd06
children 1abea4b3d539
files lib/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -37,7 +37,8 @@
 modechange.c mountlist.c obstack.c safe-read.c savedir.c \
 stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \
 fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c stpcpy.c \
-strdup.c strstr.c strtol.c alloca.c long-options.c
+strdup.c strstr.c strtol.c alloca.c long-options.c \
+memcmp.c memcpy.c memset.c
 
 OBJECTS = getdate.o posixtm.o \
 argmatch.o backupfile.o basename.o dirname.o \