From 52d63d6d7861b94edc07535447bd1c9ca8b4540d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 16 May 2004 20:20:41 +0000 Subject: [PATCH] Fix some line wrap and update (c) year --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 \ -- 2.50.1