mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dummy.mk: Re-add files necessary for building jw-apache
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4f20f03db7
commit
b0c72c92f9
1 changed files with 13 additions and 0 deletions
13
make/dummy.mk
Normal file
13
make/dummy.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(JWBDIR)/make/defs.mk
|
||||
|
||||
all:
|
||||
clean:
|
||||
$(RM) -rf *~ .*.swp
|
||||
install: # nothing to be done
|
||||
all: # nothing to be done
|
||||
distclean: clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue