]> granicus.if.org Git - sudo/commitdiff
Fix some line wrap and update (c) year
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 16 May 2004 20:20:41 +0000 (20:20 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 16 May 2004 20:20:41 +0000 (20:20 +0000)
Makefile.in

index 057fc57027e44f35bd677ac96903fa99c847b24a..a330c1fddb94fefd5139edc276592a923696e1c5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
 #
 # 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 \