Diff for /embedaddon/sudo/include/Makefile.in between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 10:46:12 version 1.1.1.5, 2014/06/15 16:12:54
Line 1 Line 1
 #  #
# Copyright (c) 2011-2012 Todd C. Miller <Todd.Miller@courtesan.com># Copyright (c) 2011-2014 Todd C. Miller <Todd.Miller@courtesan.com>
 #  #
 # Permission to use, copy, modify, and distribute this software for any  # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above  # purpose with or without fee is hereby granted, provided that the above
Line 71  install-plugin: Line 71  install-plugin:
   
 uninstall:  uninstall:
         -rm -f $(DESTDIR)$(includedir)/sudo_plugin.h          -rm -f $(DESTDIR)$(includedir)/sudo_plugin.h
   
   cppcheck:
   
 check:  check:
   

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>