Add rbldns parameter to iplist as an alias for 'file'.
[apps/pfixtools.git] / common / Makefile
index 0f09ebf..541d5ac 100644 (file)
@@ -32,7 +32,9 @@
 LIBS  = lib
 TESTS = tst-trie
 
-lib_SOURCES = str.c buffer.c common.c epoll.c server.c trie.c
+lib_SOURCES = str.c buffer.c common.c epoll.c server.c trie.c file.c
 tst-trie_SOURCES = tst-trie.c lib.a
 
+all:
+
 include ../mk/common.mk