# HG changeset patch # User Olaf Wintermann # Date 1372077692 -7200 # Node ID 5f7660fe1562c002f1acaf23154a10469bd25934 # Parent 6195c92262a2fa42d498dc61dc720aba6e5e06e8 removed config.mk diff -r 6195c92262a2 -r 5f7660fe1562 config.mk --- a/config.mk Sun Jun 23 13:51:49 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -# -# config.mk generated by configure -# - -INSTALL_DIR = /Users/olaf/Projekte/webserver/work -HOST = m4 - - -include $(BUILD_ROOT)/make/clang.mk -include $(BUILD_ROOT)/make/osx.mk - -CFLAGS += -I/opt/local/include -LDFLAGS += -L/opt/local/lib -lssl -lcrypto - -