Deleted Added
full compact
Makefile (132211) Makefile (135184)
1# $FreeBSD: head/share/examples/Makefile 132211 2004-07-15 15:37:56Z scottl $
1# $FreeBSD: head/share/examples/Makefile 135184 2004-09-14 01:07:19Z mlaier $
2#
3# Doing a make install builds /usr/share/examples
4
5LDIRS= BSD_daemon \
6 FreeBSD_version \
7 IPv6 \
8 atm \
9 bootforth \

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

285 (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
286.endif
287
288.if ${SHARED} != "symlinks"
289SUBDIR= smbfs
290.if !defined(NO_IPFILTER)
291SUBDIR+=ipfilter
292.endif
2#
3# Doing a make install builds /usr/share/examples
4
5LDIRS= BSD_daemon \
6 FreeBSD_version \
7 IPv6 \
8 atm \
9 bootforth \

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

285 (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
286.endif
287
288.if ${SHARED} != "symlinks"
289SUBDIR= smbfs
290.if !defined(NO_IPFILTER)
291SUBDIR+=ipfilter
292.endif
293.if !defined(NO_PF)
294SUBDIR+=pf
293.endif
295.endif
296.endif
294
295.include <bsd.subdir.mk>
297
298.include <bsd.subdir.mk>