]> granicus.if.org Git - sudo/commitdiff
add check target
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Jan 2000 04:26:17 +0000 (04:26 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Jan 2000 04:26:17 +0000 (04:26 +0000)
Makefile.in

index 11e9a1d95ef0da13e5e356a81d49de1c7f03d280..4932ee65fb9820349f2dd0ee3b97243df8aeda0e 100644 (file)
@@ -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)