]> granicus.if.org Git - sudo/commitdiff
strlc{at,py} for those w/o it
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 12 Mar 2003 22:08:29 +0000 (22:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 12 Mar 2003 22:08:29 +0000 (22:08 +0000)
Makefile.in

index eb6b6e27ea52896b7e95a7b732afcf8eb1a15790..0f867f22928a5f91417eae6071522bca7a3dcac1 100644 (file)
@@ -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