mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
16 lines
729 B
Text
16 lines
729 B
Text
--- Makefile.in.orig Mon Jun 3 12:45:17 2002
|
|
+++ Makefile.in Mon Jun 17 20:57:29 2002
|
|
@@ -185,8 +185,11 @@
|
|
# These are built from source in the Docs directory
|
|
EXTRA_DIST = INSTALL-SOURCE README COPYING COPYING.LIB MIRRORS
|
|
|
|
-SUBDIRS = include @docs_dirs@ @readline_dir@ @thread_dirs@ @sql_client_dirs@ @sql_server_dirs@ scripts tests man @bench_dirs@ support-files os2
|
|
-
|
|
+.if defined(CLIENT_ONLY)
|
|
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
|
|
+.else
|
|
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
|
|
+.endif
|
|
|
|
# Relink after clean
|
|
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources
|