]> granicus.if.org Git - sudo/commitdiff
Happy Easter
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 18 Aug 2012 23:58:07 +0000 (19:58 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 18 Aug 2012 23:58:07 +0000 (19:58 -0400)
Makefile.in

index e6fc8d077818bcdf466ae89c90890016e7605580..68d7968bc428a2c60c9aef793f4f343834aacbaa 100644 (file)
@@ -300,4 +300,15 @@ clobber: distclean
 
 realclean: distclean
 
-.PHONY: ChangeLog
+me:
+
+a:
+
+sandwich:
+       @if test -n "$$SUDO_USER"; then \
+           echo "Okay."; \
+       else \
+           echo "What?  Make it yourself!"; \
+       fi
+
+.PHONY: ChangeLog me a sandwhich