Remove duplicate MK_ISCSI block and sort the conditional blocks so this error
won't crop up again in the future Reported by: gjb MFC after: 1 week
This commit is contained in:
parent
a2d0d4f6b1
commit
9f0ace34fc
@ -91,6 +91,11 @@ SUBDIR+= hastctl
|
||||
SUBDIR+= hastd
|
||||
.endif
|
||||
|
||||
.if ${MK_INET6} != "no"
|
||||
SUBDIR+= ping6
|
||||
SUBDIR+= rtsol
|
||||
.endif
|
||||
|
||||
.if ${MK_IPFILTER} != "no"
|
||||
SUBDIR+= ipf
|
||||
.endif
|
||||
@ -114,15 +119,6 @@ SUBDIR+= pfctl
|
||||
SUBDIR+= pflogd
|
||||
.endif
|
||||
|
||||
.if ${MK_INET6} != "no"
|
||||
SUBDIR+= ping6
|
||||
SUBDIR+= rtsol
|
||||
.endif
|
||||
|
||||
.if ${MK_ISCSI} != "no"
|
||||
SUBDIR+= iscontrol
|
||||
.endif
|
||||
|
||||
.if ${MK_QUOTAS} != "no"
|
||||
SUBDIR+= quotacheck
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user