Deleted Added
full compact
Makefile (270892) Makefile (271605)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: stable/10/etc/Makefile 270892 2014-08-31 21:18:23Z trasz $
2# $FreeBSD: stable/10/etc/Makefile 271605 2014-09-14 23:25:10Z gjb $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10.if ${MK_TESTS} != "no"

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

172afterinstall:
173.if ${MK_MAN} != "no"
174 ${_+_}cd ${.CURDIR}/../share/man; ${MAKE} makedb
175.endif
176
177distribute:
178 # Avoid installing tests here; "make distribution" will do this and
179 # correctly place them in the right location.
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10.if ${MK_TESTS} != "no"

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

172afterinstall:
173.if ${MK_MAN} != "no"
174 ${_+_}cd ${.CURDIR}/../share/man; ${MAKE} makedb
175.endif
176
177distribute:
178 # Avoid installing tests here; "make distribution" will do this and
179 # correctly place them in the right location.
180 ${_+_}cd ${.CURDIR} ; ${MAKE} WITHOUT_TESTS=1 install \
180 ${_+_}cd ${.CURDIR} ; ${MAKE} -DNO_TESTS install \
181 DESTDIR=${DISTDIR}/${DISTRIBUTION}
182 ${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
183
184.include <bsd.endian.mk>
185.if ${TARGET_ENDIANNESS} == "1234"
186CAP_MKDB_ENDIAN?= -l
187PWD_MKDB_ENDIAN?= -L
188.elif ${TARGET_ENDIANNESS} == "4321"

--- 210 unchanged lines hidden ---
181 DESTDIR=${DISTDIR}/${DISTRIBUTION}
182 ${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
183
184.include <bsd.endian.mk>
185.if ${TARGET_ENDIANNESS} == "1234"
186CAP_MKDB_ENDIAN?= -l
187PWD_MKDB_ENDIAN?= -L
188.elif ${TARGET_ENDIANNESS} == "4321"

--- 210 unchanged lines hidden ---