make: Add support for make.mk

This commit is contained in:
Jan Lindemann 2002-07-02 10:12:06 +00:00 committed by Jan Lindemann
commit fbaa3fbd20
5 changed files with 22 additions and 3 deletions

12
make/make.mk Normal file
View file

@ -0,0 +1,12 @@
# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rules.mk
distclean: textclean localclean
clean: textclean localclean
install: $(INSTALL_MKDIR) $(INSTALLED_MKFILES)
all: # nothing to be done
profclean: