Deleted Added
sdiff udiff text old ( 94940 ) new ( 94982 )
full compact
1# $FreeBSD: head/share/mk/bsd.own.mk 94940 2002-04-17 13:49:29Z 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]

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

119# NLSOWN National Language Support files owner. [${SHAREOWN}]
120#
121# NLSGRP National Language Support files group. [${SHAREGRP}]
122#
123# NLSMODE National Language Support files mode. [${NOBINMODE}]
124#
125# INCLUDEDIR Base path for standard C include files [/usr/include]
126
127# Binaries
128BINOWN?= root
129BINGRP?= wheel
130BINMODE?= 555
131NOBINMODE?= 444
132
133INCOWN?= root
134INCGRP?= wheel

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

185# Common variables
186.if !defined(DEBUG_FLAGS)
187STRIP?= -s
188.endif
189
190COPY?= -c
191COMPRESS_CMD?= gzip -cn
192COMPRESS_EXT?= .gz