Deleted Added
full compact
bsd.own.mk (78174) bsd.own.mk (90626)
1# $FreeBSD: head/share/mk/bsd.own.mk 78174 2001-06-13 15:26:31Z ru $
1# $FreeBSD: head/share/mk/bsd.own.mk 90626 2002-02-13 18:16:34Z phantom $
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]

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

111# MANGRP Manual group. [${SHAREGRP}]
112#
113# MANMODE Manual mode. [${NOBINMODE}]
114#
115#
116# NLSDIR Base path for National Language Support files
117# installation (see mklocale(1)). [${SHAREDIR}/nls]
118#
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]

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

111# MANGRP Manual group. [${SHAREGRP}]
112#
113# MANMODE Manual mode. [${NOBINMODE}]
114#
115#
116# NLSDIR Base path for National Language Support files
117# installation (see mklocale(1)). [${SHAREDIR}/nls]
118#
119# NLSGRP National Language Support files group. [${SHAREOWN}]
119# NLSOWN National Language Support files owner. [${SHAREOWN}]
120#
120#
121# NLSOWN National Language Support files owner. [${SHAREGRP}]
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# This is only here for bootstrapping and is not officially exported
128# from here. It has normally already been defined in sys.mk.
129MACHINE_ARCH?= i386

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

187DOCMODE?= ${NOBINMODE}
188
189INFODIR?= ${SHAREDIR}/info
190INFOOWN?= ${SHAREOWN}
191INFOGRP?= ${SHAREGRP}
192INFOMODE?= ${NOBINMODE}
193
194NLSDIR?= ${SHAREDIR}/nls
122#
123# NLSMODE National Language Support files mode. [${NOBINMODE}]
124#
125# INCLUDEDIR Base path for standard C include files [/usr/include]
126
127# This is only here for bootstrapping and is not officially exported
128# from here. It has normally already been defined in sys.mk.
129MACHINE_ARCH?= i386

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

187DOCMODE?= ${NOBINMODE}
188
189INFODIR?= ${SHAREDIR}/info
190INFOOWN?= ${SHAREOWN}
191INFOGRP?= ${SHAREGRP}
192INFOMODE?= ${NOBINMODE}
193
194NLSDIR?= ${SHAREDIR}/nls
195NLSGRP?= ${SHAREOWN}
196NLSOWN?= ${SHAREGRP}
195NLSOWN?= ${SHAREOWN}
196NLSGRP?= ${SHAREGRP}
197NLSMODE?= ${NOBINMODE}
198
199INCLUDEDIR?= /usr/include
200
201# Common variables
202.if !defined(DEBUG_FLAGS)
203STRIP?= -s
204.endif
205
206COPY?= -c
207COMPRESS_CMD?= gzip -cn
208COMPRESS_EXT?= .gz
197NLSMODE?= ${NOBINMODE}
198
199INCLUDEDIR?= /usr/include
200
201# Common variables
202.if !defined(DEBUG_FLAGS)
203STRIP?= -s
204.endif
205
206COPY?= -c
207COMPRESS_CMD?= gzip -cn
208COMPRESS_EXT?= .gz