View | Details | Raw Unified | Return to bug 26763 | Differences between
and this patch

Collapse All | Expand All

(-)share/examples/Makefile (-2 / +10 lines)
Lines 2-8 Link Here
2
#
2
#
3
# Doing a make install builds /usr/share/examples
3
# Doing a make install builds /usr/share/examples
4
4
5
DIRS!=	for i in *; do if test -d $$i -a $$i != CVS; then echo $$i; fi; done
5
DIRS!=	for i in *; do \
6
	    if test -d $$i -a $$i != CVS -a $$i != ipfilter; then \
7
		echo $$i; \
8
	    fi; \
9
	done
6
10
7
DDIR=	${DESTDIR}/usr/share/examples
11
DDIR=	${DESTDIR}/usr/share/examples
8
12
Lines 35-38 Link Here
35
	(cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
39
	(cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
36
.endif
40
.endif
37
41
38
.include <bsd.prog.mk>
42
.if ${SHARED} != "symlinks"
43
SUBDIR=	ipfilter
44
.endif
45
46
.include <bsd.subdir.mk>
(-)etc/mtree/BSD.usr.dist (+2 lines)
Lines 315-320 Link Here
315
            ..
315
            ..
316
            ibcs2
316
            ibcs2
317
            ..
317
            ..
318
            ipfilter
319
            ..
318
            isdn
320
            isdn
319
            ..
321
            ..
320
            kld
322
            kld

Return to bug 26763