bsd.subdir.mk (538354481ef7dbcd76ebc7334512a9d60994b84e) bsd.subdir.mk (ca7f4027f7bed0d40e6b98b16a4acd3045964ba1)
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $FreeBSD$
3#
4# The include file <bsd.subdir.mk> contains the default targets
5# for building subdirectories.
6#
7# For all of the directories listed in the variable SUBDIRS, the
8# specified directory will be visited and the target made. There is
9# also a default target which allows the command "make subdir" where
10# subdir is any directory listed in the variable SUBDIRS.
11#
12#
13# +++ variables +++
14#
15# DISTRIBUTION Name of distribution. [base]
16#
17# SUBDIR A list of subdirectories that should be built as well.
18# Each of the targets will execute the same target in the
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $FreeBSD$
3#
4# The include file <bsd.subdir.mk> contains the default targets
5# for building subdirectories.
6#
7# For all of the directories listed in the variable SUBDIRS, the
8# specified directory will be visited and the target made. There is
9# also a default target which allows the command "make subdir" where
10# subdir is any directory listed in the variable SUBDIRS.
11#
12#
13# +++ variables +++
14#
15# DISTRIBUTION Name of distribution. [base]
16#
17# SUBDIR A list of subdirectories that should be built as well.
18# Each of the targets will execute the same target in the
19# subdirectories. SUBDIR.yes is automatically appeneded
19# subdirectories. SUBDIR.yes is automatically appended
20# to this list.
21#
22# +++ targets +++
23#
24# distribute:
25# This is a variant of install, which will
26# put the stuff into the right "distribution".
27#

--- 151 unchanged lines hidden ---
20# to this list.
21#
22# +++ targets +++
23#
24# distribute:
25# This is a variant of install, which will
26# put the stuff into the right "distribution".
27#

--- 151 unchanged lines hidden ---