aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 033d9d6..6836d04 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
1# $Id: Makefile,v 1.21 2005/06/05 00:36:18 tomas Exp $ 1# $Id: Makefile,v 1.22 2005/06/06 20:10:10 tomas Exp $
2 2
3T= lfs 3T= lfs
4V= 1.1 4V= 1.1
5CONFIG= ./config
5 6
6include ./config 7include $(CONFIG)
7 8
8COMPAT_O= $(COMPAT_DIR)/compat-5.1.o 9COMPAT_O= $(COMPAT_DIR)/compat-5.1.o
9SRCS= src/$T.c 10SRCS= src/$T.c