From df297922c5de812eb94c6c4e65d2e108d6f80786 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 3 Jan 2000 04:26:17 +0000 Subject: [PATCH] add check target --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 11e9a1d95..4932ee65f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -295,6 +295,9 @@ install-man: $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0444 $(srcdir)/sudoers.$(mantype) $(mandir5)/sudoers.$(mansect5) @MAN_POSTINSTALL@ +check: + @echo nothing to check + tags: $(SRCS) ctags $(SRCS) -- 2.49.0