|
Lines 192-199
Link Here
|
| 192 |
# Avoid installing tests here; "make distribution" will do this and |
192 |
# Avoid installing tests here; "make distribution" will do this and |
| 193 |
# correctly place them in the right location. |
193 |
# correctly place them in the right location. |
| 194 |
${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \ |
194 |
${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \ |
| 195 |
DESTDIR=${DISTDIR}/${DISTRIBUTION} |
195 |
DESTDIR=${DESTDIR}/${DISTDIR}/${DISTRIBUTION} |
| 196 |
${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION} |
196 |
${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DESTDIR}/${DISTDIR}/${DISTRIBUTION} |
| 197 |
|
197 |
|
| 198 |
.include <bsd.endian.mk> |
198 |
.include <bsd.endian.mk> |
| 199 |
.if ${TARGET_ENDIANNESS} == "1234" |
199 |
.if ${TARGET_ENDIANNESS} == "1234" |