Just to be pedantic and more aesthetically pleasing, move the secure/
top-level subdirectory prior to share/ so that the top-level directories are processed in alphabetical order.
This commit is contained in:
parent
4e152a90ee
commit
b69cb6342c
@ -76,6 +76,9 @@ SUBDIR+= libexec
|
|||||||
.if exists(${.CURDIR}/sbin)
|
.if exists(${.CURDIR}/sbin)
|
||||||
SUBDIR+= sbin
|
SUBDIR+= sbin
|
||||||
.endif
|
.endif
|
||||||
|
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||||
|
SUBDIR+= secure
|
||||||
|
.endif
|
||||||
.if exists(${.CURDIR}/share) && !defined(NOSHARE)
|
.if exists(${.CURDIR}/share) && !defined(NOSHARE)
|
||||||
SUBDIR+= share
|
SUBDIR+= share
|
||||||
.endif
|
.endif
|
||||||
@ -88,9 +91,6 @@ SUBDIR+= usr.bin
|
|||||||
.if exists(${.CURDIR}/usr.sbin)
|
.if exists(${.CURDIR}/usr.sbin)
|
||||||
SUBDIR+= usr.sbin
|
SUBDIR+= usr.sbin
|
||||||
.endif
|
.endif
|
||||||
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
|
||||||
SUBDIR+= secure
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# etc must be last for "distribute" to work
|
# etc must be last for "distribute" to work
|
||||||
.if exists(${.CURDIR}/etc)
|
.if exists(${.CURDIR}/etc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user