Deleted Added
full compact
bsd.own.mk (288911) bsd.own.mk (289085)
1# $FreeBSD: head/share/mk/bsd.own.mk 288911 2015-10-06 04:18:48Z imp $
1# $FreeBSD: head/share/mk/bsd.own.mk 289085 2015-10-09 21:57:42Z bapt $
2#
3# The include file <src.opts.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]

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

208INFOMODE?= ${NOBINMODE}
209
210NLSDIR?= ${SHAREDIR}/nls
211NLSOWN?= ${SHAREOWN}
212NLSGRP?= ${SHAREGRP}
213NLSMODE?= ${NOBINMODE}
214
215INCLUDEDIR?= /usr/include
2#
3# The include file <src.opts.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]

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

208INFOMODE?= ${NOBINMODE}
209
210NLSDIR?= ${SHAREDIR}/nls
211NLSOWN?= ${SHAREOWN}
212NLSGRP?= ${SHAREGRP}
213NLSMODE?= ${NOBINMODE}
214
215INCLUDEDIR?= /usr/include
216ETCDIR?= /etc
216
217#
218# install(1) parameters.
219#
220HRDLINK?= -l h
221SYMLINK?= -l s
222RSYMLINK?= -l rs
223

--- 32 unchanged lines hidden ---
217
218#
219# install(1) parameters.
220#
221HRDLINK?= -l h
222SYMLINK?= -l s
223RSYMLINK?= -l rs
224

--- 32 unchanged lines hidden ---