You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2005/09/19 20:15:52 UTC

svn commit: r290227 - in /httpd/mod_smtpd/trunk/modules: rcpt/Makefile vrfy/Makefile

Author: soc-rian
Date: Mon Sep 19 11:15:46 2005
New Revision: 290227

URL: http://svn.apache.org/viewcvs?rev=290227&view=rev
Log:
Loose ends to new build system.

Added:
    httpd/mod_smtpd/trunk/modules/rcpt/Makefile
    httpd/mod_smtpd/trunk/modules/vrfy/Makefile

Added: httpd/mod_smtpd/trunk/modules/rcpt/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/rcpt/Makefile?rev=290227&view=auto
==============================================================================
--- httpd/mod_smtpd/trunk/modules/rcpt/Makefile (added)
+++ httpd/mod_smtpd/trunk/modules/rcpt/Makefile Mon Sep 19 11:15:46 2005
@@ -0,0 +1,7 @@
+BUILD_SUBDIRS=ok
+
+all: make-all-subdir
+clean: make-clean-subdir
+install: make-install-subdir
+
+include ../../recurbuild.mk

Added: httpd/mod_smtpd/trunk/modules/vrfy/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/vrfy/Makefile?rev=290227&view=auto
==============================================================================
--- httpd/mod_smtpd/trunk/modules/vrfy/Makefile (added)
+++ httpd/mod_smtpd/trunk/modules/vrfy/Makefile Mon Sep 19 11:15:46 2005
@@ -0,0 +1,7 @@
+BUILD_SUBDIRS=regex
+
+all: make-all-subdir
+clean: make-clean-subdir
+install: make-install-subdir
+
+include ../../recurbuild.mk