Deleted Added
sdiff udiff text old ( 15353 ) new ( 15948 )
full compact
1# $Id: bsd.obj.mk,v 1.2 1996/04/09 22:43:33 wosch Exp $
2#
3# The include file <bsd.obj.mk> handles creating 'obj' directory
4# and cleaning up object files, log files etc.
5#
6#
7# +++ variables +++
8#
9# BSDSRCDIR The real path to the system sources, so that 'make obj'
10# will work correctly. [/usr/src]
11#
12# BSDOBJDIR The real path to the system 'obj' tree, so that 'make obj'
13# will work correctly. [/usr/obj]
14#
15# MAKEOBJDIR A file name to the directory where the targets
16# are built. [obj]
17#
18# NOOBJ Do not create 'obj' directory if defined. [not set]
19#
20# NOOBJLINK Create 'obj' directory in current directory instead
21# a symbolic link to the 'obj' tree if defined. [not set]
22#
23#
24# +++ targets +++
25#

--- 68 unchanged lines hidden ---