header.mk: Add file

This commit is contained in:
Jan Lindemann 2001-09-28 15:51:55 +00:00 committed by Jan Lindemann
commit 4d234a8016

10
make/header.mk Normal file
View file

@ -0,0 +1,10 @@
# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
ALL = $(LIBDIR) $(PREREQ_DONE) $(INST_HDRS)
include $(MODDIR)/make/rules.mk
clean: objclean textclean localclean
install: $(ALL)