Deleted Added
full compact
Makefile (241680) Makefile (241823)
1# $FreeBSD: head/share/examples/Makefile 241680 2012-10-18 12:04:56Z attilio $
1# $FreeBSD: head/share/examples/Makefile 241823 2012-10-22 01:18:41Z marcel $
2#
3# Doing a make install builds /usr/share/examples
4
5.include <bsd.own.mk>
6
7LDIRS= BSD_daemon \
8 FreeBSD_version \
9 IPv6 \

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

237.endfor
238
239etc-examples:
240.if ${SHARED} != "symlinks"
241 (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
242.endif
243
244.if ${SHARED} != "symlinks"
2#
3# Doing a make install builds /usr/share/examples
4
5.include <bsd.own.mk>
6
7LDIRS= BSD_daemon \
8 FreeBSD_version \
9 IPv6 \

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

237.endfor
238
239etc-examples:
240.if ${SHARED} != "symlinks"
241 (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
242.endif
243
244.if ${SHARED} != "symlinks"
245.if ${MK_ATF} != "no"
246SUBDIR+=atf
247.endif
245.if ${MK_IPFILTER} != "no"
246SUBDIR+=ipfilter
247.endif
248.if ${MK_PF} != "no"
249SUBDIR+=pf
250.endif
251.endif
252
253.include <bsd.subdir.mk>
248.if ${MK_IPFILTER} != "no"
249SUBDIR+=ipfilter
250.endif
251.if ${MK_PF} != "no"
252SUBDIR+=pf
253.endif
254.endif
255
256.include <bsd.subdir.mk>