generic.mk: Add file

This commit is contained in:
Jan Lindemann 2005-06-17 11:38:19 +00:00 committed by Jan Lindemann
commit e9ccfc4b22

12
make/generic.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: # nothing to be done
all: # nothing to be done
profclean: