mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Happy Easter
This commit is contained in:
parent
2cdd315a08
commit
c1d6e86d67
13
Makefile.in
13
Makefile.in
@ -300,4 +300,15 @@ clobber: distclean
|
|||||||
|
|
||||||
realclean: 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user