Indentation fix, cleanup.
[AROS.git] / rom / filesys / console_handler / mmakefile.src
blobe9dcb3bcbda57e2a214d1f693b0ac92e074e776b
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := con_handler support completion
7 USER_CFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
8 USER_LDFLAGS := -static
10 #MM- kernel-fs-con : includes linklibs kernel-fs-con-linklib
12 %build_module mmake=kernel-fs-con \
13     conffile=con_handler.conf modname=con modtype=handler \
14     files="$(FILES)"