075f1093db
PR: ports/54436 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
17 lines
499 B
Text
17 lines
499 B
Text
--- Makefile.in.orig Mon Apr 7 22:23:24 2003
|
|
+++ Makefile.in Thu Jul 10 17:43:35 2003
|
|
@@ -10,9 +10,11 @@
|
|
## in file LICENSE in the top-level directory of the distribution.
|
|
##
|
|
|
|
-SUBDIRS= include libraries clients servers tests doc
|
|
-CLEANDIRS=
|
|
-INSTALLDIRS=
|
|
+SUBDIRS=
|
|
+ALLDIRS= include libraries clients servers tests doc
|
|
+CLEANDIRS= include libraries clients servers tests doc
|
|
+DEPENDDIRS= include libraries clients servers tests doc
|
|
+INSTALLDIRS= servers
|
|
|
|
makefiles: FORCE
|
|
./config.status
|