mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
15 lines
487 B
Text
15 lines
487 B
Text
#------------------------------------------------------------------------------
|
|
# $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
|
|
!:mime text/x-makefile
|
|
0 regex \^LDFLAGS makefile script text
|
|
!:mime text/x-makefile
|
|
0 regex \^all: makefile script text
|
|
!:mime text/x-makefile
|
|
0 regex \^.PRECIOUS makefile script text
|
|
!:mime text/x-makefile
|
|
|
|
0 regex \^SUBDIRS automake makefile script text
|
|
!:mime text/x-makefile
|