27 lines
546 B
Text
27 lines
546 B
Text
$NetBSD: patch-ab,v 1.2 2001/01/16 21:59:33 cjones Exp $
|
|
|
|
--- Makefile.in.orig Sat Nov 25 07:01:53 2000
|
|
+++ Makefile.in Mon Jan 15 16:32:14 2001
|
|
@@ -162,20 +162,14 @@
|
|
# order is significant, don't change it arbitrarily
|
|
SUBDIRS = \
|
|
config \
|
|
- common-src \
|
|
$(CLIENT_SUBDIRS) \
|
|
- $(TAPE_SUBDIRS) \
|
|
- $(SERVER_SUBDIRS) \
|
|
$(RESTORE_SUBDIRS) \
|
|
$(RECOVER_SUBDIRS) \
|
|
$(PLOT_SUBDIRS) \
|
|
- man docs example
|
|
+ man
|
|
|
|
|
|
-pkgdata_DATA = \
|
|
- COPYRIGHT \
|
|
- COPYRIGHT-APACHE \
|
|
- COPYRIGHT-REGEX
|
|
+pkgdata_DATA =
|
|
|
|
|
|
EXTRA_DIST = $(SNAPSHOT_STAMP) \
|