bin, make, scripts: Copy scripts to $(MODDIR)/bin

This commit is contained in:
Jan Lindemann 2002-07-02 16:04:41 +00:00 committed by Jan Lindemann
commit 5700573a46
7 changed files with 78 additions and 29 deletions

View file

@ -4,7 +4,7 @@
# $Id$
include $(MODDIR)/make/defs.mk
ALL += $(LIBDIR) $(PREREQ_DONE) $(INST_HDRS) $(MEMBERS)
ALL += $(LIBDIR) $(PREREQ_DONE) $(LOCAL_HDR) $(LOCAL_EXE_SH) $(MEMBERS)
include $(MODDIR)/make/rules.mk
clean: objclean textclean localclean
install: $(ALL)