Deleted Added
full compact
bsd.own.mk (258230) bsd.own.mk (259962)
1# $FreeBSD: stable/10/share/mk/bsd.own.mk 258230 2013-11-16 18:40:44Z gjb $
1# $FreeBSD: stable/10/share/mk/bsd.own.mk 259962 2013-12-27 22:00:22Z jmmv $
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

654$xOWN= ${USER}
655$xGRP= ${_gid}
656.endfor
657.endif
658.endif
659
660.endif # !_WITHOUT_SRCCONF
661
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

654$xOWN= ${USER}
655$xGRP= ${_gid}
656.endfor
657.endif
658.endif
659
660.endif # !_WITHOUT_SRCCONF
661
662# Pointer to the top directory into which tests are installed. Should not be
663# overriden by Makefiles, but the user may choose to set this in src.conf(5).
664TESTSBASE?= /usr/tests
665
662.endif # !target(__<bsd.own.mk>__)
666.endif # !target(__<bsd.own.mk>__)