]> granicus.if.org Git - sudo/commitdiff
Build sudoers plugin
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Mar 2010 14:44:19 +0000 (10:44 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Mar 2010 14:44:19 +0000 (10:44 -0400)
Makefile

index 1900babeb8c28ef629f5d1a7d6edbce2948c5fe3..2aaf0d4bf182975f1e8e311a43b7078a828d2c8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,7 @@
 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-# XXX - add plugins/sudoers
-SUBDIRS = compat src plugins/sample doc
+SUBDIRS = compat src plugins/sample plugins/sudoers doc
 
 all install: config.status
        for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done