Deleted Added
full compact
Makefile (256281) Makefile (256366)
1# $FreeBSD: stable/10/share/examples/Makefile 252356 2013-06-28 21:00:08Z davide $
1# $FreeBSD: stable/10/share/examples/Makefile 256366 2013-10-12 06:08:18Z rpaulo $
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 \

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

236
237etc-examples:
238.if ${SHARED} != "symlinks"
239 (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
240.endif
241
242.if ${SHARED} != "symlinks"
243SUBDIR= smbfs
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 \

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

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