Diff
Logged in as anonymous

Differences From Artifact [5d348d4b86]:

To Artifact [2ff65c2457]:


1
2
3
4
5
6
7
8
9
10
11
.include "defaults.mk"
.include "order.mk"
.include "/etc/mrc.mk"
.export

.MAKE.JOBS?=	${NCPU}
.if !empty(.MAKE.MODE:Mcompat)
.error "ERROR: MRC doesn't support "compat" mode."
.endif

OTHER_TARGETS:=



|







1
2
3
4
5
6
7
8
9
10
11
.include "defaults.mk"
.include "order.mk"
.include "/etc/mrc.mk"
.export-all

.MAKE.JOBS?=	${NCPU}
.if !empty(.MAKE.MODE:Mcompat)
.error "ERROR: MRC doesn't support "compat" mode."
.endif

OTHER_TARGETS:=
40
41
42
43
44
45
46
47
48
#.info ${var}
.		undef ${var}
.	endif
.endfor

.undef ENABLED
.unexport-env
.export
#.info ${:!env!}







|

40
41
42
43
44
45
46
47
48
#.info ${var}
.		undef ${var}
.	endif
.endfor

.undef ENABLED
.unexport-env
.export-all
#.info ${:!env!}