Deleted Added
sdiff udiff text old ( 132211 ) new ( 135184 )
full compact
1# $FreeBSD: head/share/examples/Makefile 132211 2004-07-15 15:37:56Z scottl $
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.endif
294
295.include <bsd.subdir.mk>