blob: 74472cc97886235e853c6daaed91bdce4cd9c292 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ab,v 1.1.1.1 2011/01/08 20:43:39 markd Exp $
Dont try to build things we don't care about
--- Makefile.in.orig 2010-06-30 12:53:07.000000000 +0000
+++ Makefile.in
@@ -311,8 +311,8 @@ ul_libmount_la = $(top_builddir)/shlibs/
# mount.h is generated by ./configure script and stored in build directory
ul_libmount_incdir = $(ul_libmount_builddir)
-SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \
- misc-utils po schedutils sys-utils text-utils tests \
+SUBDIRS = include shlibs \
+ po \
$(am__append_1) $(am__append_2) $(am__append_3)
RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \
-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
|