From e64bdc5151b219ad3ec16188ea46ebd6f47785b6 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 25 Aug 2015 07:34:06 +0000 Subject: [PATCH] Add more patterns for Makefiles: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181436 --- magic/Magdir/make | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/magic/Magdir/make b/magic/Magdir/make index 4ee5c1e1..5575686a 100644 --- a/magic/Magdir/make +++ b/magic/Magdir/make @@ -1,15 +1,21 @@ #------------------------------------------------------------------------------ -# $File$ +# $File: make,v 1.1 2011/12/08 12:12:46 rrt Exp $ # make: file(1) magic for makefiles # -0 regex \^CFLAGS makefile script text +0 regex/100l \^CFLAGS makefile script text !:mime text/x-makefile -0 regex \^LDFLAGS makefile script text +0 regex/100l \^VPATH makefile script text !:mime text/x-makefile -0 regex \^all: makefile script text +0 regex/100l \^LDFLAGS makefile script text !:mime text/x-makefile -0 regex \^.PRECIOUS makefile script text +0 regex/100l \^all: makefile script text +!:mime text/x-makefile +0 regex/100l \^\.PRECIOUS makefile script text +!:mime text/x-makefile +0 regex/100l \^\.BEGIN BSD makefile script text +!:mime text/x-makefile +0 regex/100l \^\.include BSD makefile script text !:mime text/x-makefile -0 regex \^SUBDIRS automake makefile script text +0 regex/100l \^SUBDIRS automake makefile script text !:mime text/x-makefile -- 2.40.0