summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 13:48:00 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 13:48:00 +0000
commit0b66f6f4c28c2b33a761326852cc5311c687eaab (patch)
tree55482883a37876e054ca5f68c6c796a6d42e4889 /Makefile.config
parentaa086476e8f5d622e6778c97dad5f52ad061ccef (diff)
downloadnetsurf-0b66f6f4c28c2b33a761326852cc5311c687eaab.tar.gz
netsurf-0b66f6f4c28c2b33a761326852cc5311c687eaab.tar.bz2
Ensure the example Makefile.config is just that -- an example
svn path=/trunk/netsurf/; revision=6940
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.config b/Makefile.config
deleted file mode 100644
index 041bc8de3..000000000
--- a/Makefile.config
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# NetSurf default build configuration
-#
-# This file is included after Makefile.defaults and can be used to
-# provide local build configuration overrides.
-#
-# For example, by default, NetSurf builds with BMP support. If you
-# wish to disable this, then uncomment the following line.
-
-# override NETSURF_USE_BMP := NO