From 6cb46fd4e0276cfc35d61dbe5167198e9d60bfe1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 12 Mar 2003 22:08:29 +0000 Subject: [PATCH] strlc{at,py} for those w/o it --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index eb6b6e27e..0f867f229 100644 --- a/Makefile.in +++ b/Makefile.in @@ -113,8 +113,8 @@ SRCS = alloc.c alloca.c check.c def_data.c defaults.c env.c fileops.c \ find_path.c fnmatch.c getcwd.c getspwuid.c goodpath.c \ interfaces.c lex.yy.c lsearch.c logging.c parse.c parse.lex \ parse.yacc set_perms.c sigaction.c snprintf.c strcasecmp.c strerror.c \ - sudo.c sudo.tab.c testsudoers.c tgetpass.c utime.c visudo.c \ - $(AUTH_SRCS) + strlcat.c strlcpy.c sudo.c sudo.tab.c testsudoers.c tgetpass.c utime.c \ + visudo.c $(AUTH_SRCS) AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \ auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \ @@ -226,6 +226,8 @@ getcwd.o: getcwd.c config.h compat.h lsearch.o: lsearch.c config.h compat.h emul/search.h snprintf.o: snprintf.c config.h compat.h strcasecmp.o: strcasecmp.c config.h +strlcat.o: strlcat.c config.h +strlcpy.o: strlcpy.c config.h strerror.o: strerror.c config.h utime.o: utime.c config.h pathnames.h compat.h emul/utime.h -- 2.40.0