Lines 50-55
Link Here
|
50 |
IGNORE= "Only for 5.0 and above" |
50 |
IGNORE= "Only for 5.0 and above" |
51 |
.endif |
51 |
.endif |
52 |
|
52 |
|
|
|
53 |
.if ${OSVERSION} > 502105 |
54 |
IGNORE= "pf moved to the base system, please build it from there" |
55 |
.endif |
56 |
|
53 |
.if !exists(${SRC_BASE}/sys/Makefile) && \ |
57 |
.if !exists(${SRC_BASE}/sys/Makefile) && \ |
54 |
(defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile)) |
58 |
(defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile)) |
55 |
IGNORE= "Kernel source files required" |
59 |
IGNORE= "Kernel source files required" |