[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/Makefile.in between version 1.3 and 1.4

version 1.3, 1999/12/10 06:45:10 version 1.4, 2000/01/24 04:22:52
Line 1 
Line 1 
 #  #
 # Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>  # Copyright (c) 1996, 1998-2000 Todd C. Miller <Todd.Miller@courtesan.com>
 # All rights reserved.  # All rights reserved.
 #  #
 # Redistribution and use in source and binary forms, with or without  # Redistribution and use in source and binary forms, with or without
Line 34 
Line 34 
 #  #
 # @configure_input@  # @configure_input@
 #  #
 # $Sudo: Makefile.in,v 1.190 1999/12/05 02:18:45 millert Exp $  # $Sudo: Makefile.in,v 1.193 2000/01/17 23:46:24 millert Exp $
 #  #
   
 #### Start of system configuration section. ####  #### Start of system configuration section. ####
Line 138 
Line 138 
   
 LIBOBJS = @LIBOBJS@ @ALLOCA@  LIBOBJS = @LIBOBJS@ @ALLOCA@
   
 VERSION = 1.6.1  VERSION = 1.6.2
   
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES FAQ HISTORY INSTALL INSTALL.configure \  DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES FAQ HISTORY INSTALL INSTALL.configure \
             LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \              LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \
Line 294 
Line 294 
         $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0444 $(srcdir)/visudo.$(mantype) $(mandir8)/visudo.$(mansect8)          $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0444 $(srcdir)/visudo.$(mantype) $(mandir8)/visudo.$(mansect8)
         $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0444 $(srcdir)/sudoers.$(mantype) $(mandir5)/sudoers.$(mansect5)          $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0444 $(srcdir)/sudoers.$(mantype) $(mandir5)/sudoers.$(mansect5)
 @MAN_POSTINSTALL@  @MAN_POSTINSTALL@
   
   check:
           @echo nothing to check
   
 tags: $(SRCS)  tags: $(SRCS)
         ctags $(SRCS)          ctags $(SRCS)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4