Deleted Added
full compact
Makefile (248484) Makefile (252356)
1# $FreeBSD: head/share/examples/Makefile 248484 2013-03-18 23:46:14Z neel $
1# $FreeBSD: head/share/examples/Makefile 252356 2013-06-28 21:00:08Z davide $
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 \

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

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

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

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