2002-02-16 14:16:47 +00:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2001 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
include $(MODDIR)/make/defs.mk
|
2007-07-13 19:32:36 +00:00
|
|
|
|
|
|
|
|
all:
|
2002-02-18 23:53:46 +00:00
|
|
|
clean:
|
2017-09-02 19:26:52 +00:00
|
|
|
$(RM) -rf *~ .*.swp
|
2002-02-16 14:16:47 +00:00
|
|
|
install: # nothing to be done
|
|
|
|
|
all: # nothing to be done
|
2002-02-19 14:39:18 +00:00
|
|
|
distclean: clean
|