cleanups
[apps/pfixtools.git] / Makefile
index f6c11dd..06ccd1e 100644 (file)
--- a/Makefile
+++ b/Makefile
 #   see AUTHORS and source files for details                                 #
 ##############################################################################
 
-prefix ?= /usr/local
+PROGDIRS = postlicyd pfix-srsd
+LIBDIRS  = common
+SUBDIRS  = $(LIBDIRS) $(PROGDIRS)
 
-PROGRAMS = postlicyd pfix-srsd
-LIBS     = common
-SUBDIRS  = $(LIBS) $(PROGRAMS)
+DOCS     = pfixtools.7
 
 # RULES ###################################################################{{{
 
@@ -65,3 +65,5 @@ install-postlicyd-conf:
 .PHONY: clean distclean install install-% %-recurse
 
 ###########################################################################}}}
+
+include mk/common.mk