summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBernd Warken <groff-bernd.warken-72@web.de>2014-09-02 23:03:14 +0200
committerBernd Warken <groff-bernd.warken-72@web.de>2014-09-02 23:03:14 +0200
commit70f06155a3017b7302124af1949ef078e4035e53 (patch)
treec6ab6fc0360502fb7e3e28885ada400e1e285aea /arch
parentfe9c3ec1ad398f07d89da432b9a5c8e777b517df (diff)
downloadgroff-git-70f06155a3017b7302124af1949ef078e4035e53.tar.gz
All Makefile* files: add Emacs setting and GPL2 license (only if lacking)
Diffstat (limited to 'arch')
-rw-r--r--arch/misc/Makefile.sub8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/misc/Makefile.sub b/arch/misc/Makefile.sub
index f5d6b5173..ed2781f8f 100644
--- a/arch/misc/Makefile.sub
+++ b/arch/misc/Makefile.sub
@@ -22,3 +22,11 @@ all: shdeps.sed
shdeps.sed: $(srcdir)/shdeps.sh
$(SHELL) $(srcdir)/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
+
+########################################################################
+# Emacs settings
+########################################################################
+#
+# Local Variables:
+# mode: makefile
+# End: