Deleted Added
full compact
bsd.progs.mk (288218) bsd.progs.mk (289085)
1# $FreeBSD: head/share/mk/bsd.progs.mk 288218 2015-09-25 15:57:00Z bdrewery $
1# $FreeBSD: head/share/mk/bsd.progs.mk 289085 2015-10-09 21:57:42Z bapt $
2# $Id: progs.mk,v 1.11 2012/11/06 17:18:54 sjg Exp $
3#
4# @(#) Copyright (c) 2006, Simon J. Gerraty
5#
6# This file is provided in the hope that it will
7# be of use. There is absolutely NO WARRANTY.
8# Permission to copy, redistribute or otherwise
9# use this file is hereby granted provided that

--- 56 unchanged lines hidden (view full) ---

66
67# We cannot capture dependencies for meta mode here
68UPDATE_DEPENDFILE = NO
69.endif
70.endif # PROGS || PROGS_CXX
71
72# These are handled by the main make process.
73.ifdef _RECURSING_PROGS
2# $Id: progs.mk,v 1.11 2012/11/06 17:18:54 sjg Exp $
3#
4# @(#) Copyright (c) 2006, Simon J. Gerraty
5#
6# This file is provided in the hope that it will
7# be of use. There is absolutely NO WARRANTY.
8# Permission to copy, redistribute or otherwise
9# use this file is hereby granted provided that

--- 56 unchanged lines hidden (view full) ---

66
67# We cannot capture dependencies for meta mode here
68UPDATE_DEPENDFILE = NO
69.endif
70.endif # PROGS || PROGS_CXX
71
72# These are handled by the main make process.
73.ifdef _RECURSING_PROGS
74_PROGS_GLOBAL_VARS= CLEANFILES CLEANDIRS FILESGROUPS SCRIPTS
74_PROGS_GLOBAL_VARS= CLEANFILES CLEANDIRS FILESGROUPS SCRIPTS CONFGROUPS
75.for v in ${_PROGS_GLOBAL_VARS}
76$v =
77.endfor
78.endif
79
80# handle being called [bsd.]progs.mk
81.include <bsd.prog.mk>
82

--- 32 unchanged lines hidden ---
75.for v in ${_PROGS_GLOBAL_VARS}
76$v =
77.endfor
78.endif
79
80# handle being called [bsd.]progs.mk
81.include <bsd.prog.mk>
82

--- 32 unchanged lines hidden ---