blob: 7cd8b0dae9147df6d48bdb8057a39285113a3c71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.8 2009/09/06 04:18:11 schnoebe Exp $
--- Makefile.in.orig 2009-07-05 16:54:47.000000000 -0500
+++ Makefile.in
@@ -201,7 +201,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE tests/Makefile.in
-SUBDIRS = etc man $(am__append_1) tools mio sx util c2s router s2s sm \
+SUBDIRS = man $(am__append_1) tools mio sx util c2s router s2s sm \
storage
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|