View | Details | Raw Unified | Return to bug 169213
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 24-35 Link Here
24
NEEDSUBDIRS=	amd64 conf contrib dev/pci geom i386 kern net netinet netinet6 \
24
NEEDSUBDIRS=	amd64 conf contrib dev/pci geom i386 kern net netinet netinet6 \
25
	sys tools vm x86
25
	sys tools vm x86
26
26
27
.include <bsd.port.pre.mk>
28
27
.if !exists(${SRC_BASE}/sys/Makefile)
29
.if !exists(${SRC_BASE}/sys/Makefile)
28
IGNORE=		requires kernel source to be installed
30
IGNORE=		requires kernel source to be installed
29
.endif
31
.endif
30
32
31
.include <bsd.port.pre.mk>
32
33
.if ${OSREL} != "8.2" && ${OSREL} != "8.3" && ${OSREL} != "9.0"
33
.if ${OSREL} != "8.2" && ${OSREL} != "8.3" && ${OSREL} != "9.0"
34
IGNORE=		not supported $${OSREL} (${OSREL})
34
IGNORE=		not supported $${OSREL} (${OSREL})
35
.endif
35
.endif

Return to bug 169213