bsd.subdir.mk (02e65672b4071abde68c7163d272b8cd53003eca) bsd.subdir.mk (b58ea3e1f7779aac4eebcec5dffc9ebef203e583)
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

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

89.endif
90.endif
91
92DISTRIBUTION?= base
93.if !target(distribute)
94distribute: .MAKE
95.for dist in ${DISTRIBUTION}
96 ${_+_}cd ${.CURDIR}; \
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

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

89.endif
90.endif
91
92DISTRIBUTION?= base
93.if !target(distribute)
94distribute: .MAKE
95.for dist in ${DISTRIBUTION}
96 ${_+_}cd ${.CURDIR}; \
97 ${MAKE} install installconfig -DNO_SUBDIR DESTDIR=${DISTDIR}/${dist} SHARED=copies
97 ${MAKE} install installconfig -DNO_SUBDIR DISTBASE=/${dist} DESTDIR=${DISTDIR}/${dist} SHARED=copies
98.endfor
99.endif
100# Convenience targets to run 'build${target}' and 'install${target}' when
101# calling 'make ${target}'.
102.for __target in files includes
103.if !target(${__target})
104${__target}: build${__target} install${__target}
105.ORDER: build${__target} install${__target}

--- 107 unchanged lines hidden ---
98.endfor
99.endif
100# Convenience targets to run 'build${target}' and 'install${target}' when
101# calling 'make ${target}'.
102.for __target in files includes
103.if !target(${__target})
104${__target}: build${__target} install${__target}
105.ORDER: build${__target} install${__target}

--- 107 unchanged lines hidden ---