Deleted Added
full compact
bsd.own.mk (156813) bsd.own.mk (156836)
1# $FreeBSD: head/share/mk/bsd.own.mk 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/share/mk/bsd.own.mk 156836 2006-03-18 10:54:09Z ru $
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]

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

100# NLSMODE National Language Support files mode. [${NOBINMODE}]
101#
102# INCLUDEDIR Base path for standard C include files [/usr/include]
103
104.if !target(__<bsd.own.mk>__)
105__<bsd.own.mk>__:
106
107SRCCONF?= /etc/src.conf
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]

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

100# NLSMODE National Language Support files mode. [${NOBINMODE}]
101#
102# INCLUDEDIR Base path for standard C include files [/usr/include]
103
104.if !target(__<bsd.own.mk>__)
105__<bsd.own.mk>__:
106
107SRCCONF?= /etc/src.conf
108.sinclude "${SRCCONF}"
108.if exists(${SRCCONF})
109.include "${SRCCONF}"
110.endif
109
110# Binaries
111BINOWN?= root
112BINGRP?= wheel
113BINMODE?= 555
114NOBINMODE?= 444
115
116.if defined(MODULES_WITH_WORLD)

--- 328 unchanged lines hidden ---
111
112# Binaries
113BINOWN?= root
114BINGRP?= wheel
115BINMODE?= 555
116NOBINMODE?= 444
117
118.if defined(MODULES_WITH_WORLD)

--- 328 unchanged lines hidden ---