From: Todd C. Miller Date: Sun, 16 May 2004 20:20:41 +0000 (+0000) Subject: Fix some line wrap and update (c) year X-Git-Tag: SUDO_1_6_8~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52d63d6d7861b94edc07535447bd1c9ca8b4540d;p=sudo Fix some line wrap and update (c) year --- diff --git a/Makefile.in b/Makefile.in index 057fc5702..a330c1fdd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 1996, 1998-2003 Todd C. Miller +# Copyright (c) 1996, 1998-2004 Todd C. Miller # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -100,10 +100,10 @@ PROGS = @PROGS@ SRCS = alloc.c alloca.c check.c closefrom.c def_data.c defaults.c env.c err.c \ fileops.c find_path.c fnmatch.c getcwd.c getprogname.c getspwuid.c \ - goodpath.c interfaces.c ldap.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 \ - strlcat.c strlcpy.c sudo.c sudo.tab.c sudo_edit.c testsudoers.c \ - tgetpass.c utime.c visudo.c zero_bytes.c $(AUTH_SRCS) + goodpath.c interfaces.c ldap.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 strlcat.c strlcpy.c sudo.c sudo.tab.c sudo_edit.c \ + testsudoers.c tgetpass.c utime.c visudo.c zero_bytes.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 \