## makefile for newsgate TARGETS = config.files auth.cdb groups.cdb newsconf.stamp .qmail-default all: $(TARGETS) config.files .qmail-default: config splitconf config update-addrcheck newsconf.stamp: groups bin/mkgroups touch newsconf.stamp auth.cdb: config.files cdb-list auth.cdb auth groups.cdb: groups bin/mkcdb groups clean: splitconf -d config rm -f $(TARGETS) .PHONY: all clean