summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 5bbbdc25c..92c9cae58 100644
--- a/Makefile
+++ b/Makefile
@@ -5,21 +5,18 @@
# May be distributed under the terms of the GNU GPL.
#
-VERSION=2.8
+VERSION=2.9
include ./MCONFIG
-ifeq "$(HAVE_MOUNT)" "no"
- MOUNTDIR=mount
-endif
-
-SUBDIRS= bsd \
- getopt \
+SUBDIRS=lib \
+ getopt-1.0.3a \
disk-utils \
games \
login-utils \
misc-utils \
- $(MOUNTDIR) \
+ mount \
+ fdisk \
sys-utils \
text-utils