Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / aminet / util / arc / unarj / mmakefile.src
blob80128fab536b0714987bcd47c4d4593661ec090a
1 #   $Id$
3 #   Makefile to make FileMaster.
5 include $(TOP)/config/make.cfg
7 FILES := decode environ unarj
9 EXEDIR := $(AROS_CONTRIB)/Misc/aminet/C
11 #MM aminet-util-arc-unarj : includes linklibs
13 USER_CFLAGS := $(FORMAT_SECURITY_CFLAGS)
15 %build_prog mmake=aminet-util-arc-unarj \
16     progname=unarj targetdir=$(EXEDIR) \
17     files=$(FILES)
19 %common