X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=e4f02ff21bb367ab989ae9a8513868219d38acf3;hb=88b8b932308215c770c4e9aae96a098421b8a477;hp=f6c11dd34b9bad7ba35434301f9844b75c01f85c;hpb=3b63104a32af005a99404d808cc0a1b11181151f;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index f6c11dd..e4f02ff 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,9 @@ # see AUTHORS and source files for details # ############################################################################## -prefix ?= /usr/local - -PROGRAMS = postlicyd pfix-srsd -LIBS = common -SUBDIRS = $(LIBS) $(PROGRAMS) +PROGDIRS = postlicyd pfix-srsd +LIBDIRS = common +SUBDIRS = $(LIBDIRS) $(PROGDIRS) # RULES ###################################################################{{{ @@ -65,3 +63,5 @@ install-postlicyd-conf: .PHONY: clean distclean install install-% %-recurse ###########################################################################}}} + +include mk/common.mk