summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-12-06 07:44:47 +0000
committerjhb <jhb@FreeBSD.org>2001-12-06 07:44:47 +0000
commit8eeb37dd0eb33d0718825a66277949d509c1eaef (patch)
tree883dccfcda8f41a58f2501c0d9ef0473ecabc0d5 /Makefile.inc1
parent760ad801018bf74b7d57333a6901761309b7c3d6 (diff)
downloadFreeBSD-src-8eeb37dd0eb33d0718825a66277949d509c1eaef.zip
FreeBSD-src-8eeb37dd0eb33d0718825a66277949d509c1eaef.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4ad2f6d..f4f4839 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -76,6 +76,9 @@ SUBDIR+= libexec
.if exists(${.CURDIR}/sbin)
SUBDIR+= sbin
.endif
+.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+SUBDIR+= secure
+.endif
.if exists(${.CURDIR}/share) && !defined(NOSHARE)
SUBDIR+= share
.endif
@@ -88,9 +91,6 @@ SUBDIR+= usr.bin
.if exists(${.CURDIR}/usr.sbin)
SUBDIR+= usr.sbin
.endif
-.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
-SUBDIR+= secure
-.endif
# etc must be last for "distribute" to work
.if exists(${.CURDIR}/etc)
OpenPOWER on IntegriCloud