Deleted Added
full compact
Makefile (256366) Makefile (260037)
1# $FreeBSD: stable/10/share/examples/Makefile 256366 2013-10-12 06:08:18Z rpaulo $
1# $FreeBSD: stable/10/share/examples/Makefile 260037 2013-12-29 12:30:06Z jmmv $
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 \

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

244.if ${MK_IPFILTER} != "no"
245SUBDIR+=ipfilter
246.endif
247.if ${MK_PF} != "no"
248SUBDIR+=pf
249.endif
250.endif
251
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 \

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

244.if ${MK_IPFILTER} != "no"
245SUBDIR+=ipfilter
246.endif
247.if ${MK_PF} != "no"
248SUBDIR+=pf
249.endif
250.endif
251
252.if ${MK_TESTS} != "no"
253SUBDIR+=tests
254.endif
255
252.include <bsd.subdir.mk>
256.include <bsd.subdir.mk>