summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-04-30 23:29:00 +0000
committerbde <bde@FreeBSD.org>2002-04-30 23:29:00 +0000
commitbebc19ee0d318e256e1f48df65456f956b72a975 (patch)
tree8862da6b46b936f4ed32f88bfa1b4d9eb3f00966 /Makefile.inc1
parent6f6413a2230efdd6828eb5694c32ca58f0950dc3 (diff)
downloadFreeBSD-src-bebc19ee0d318e256e1f48df65456f956b72a975.zip
FreeBSD-src-bebc19ee0d318e256e1f48df65456f956b72a975.tar.gz
Sorted the directories in the rule for the includes target as much as
possible.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc146
1 files changed, 23 insertions, 23 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cb72e88..c68dcdb 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -666,19 +666,22 @@ hierarchy:
includes:
cd ${.CURDIR}/include; ${MAKE} -B all install
cd ${.CURDIR}/gnu/include; ${MAKE} install
+ cd ${.CURDIR}/gnu/lib/csu; ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
- cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
-.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
-.if exists(${.CURDIR}/secure/lib/libcrypto)
- cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
-.endif
-.if exists(${.CURDIR}/secure/lib/libssl)
- cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
-.endif
+.if exists(${.CURDIR}/kerberos5) && !defined(NOCRYPT) && \
+ defined(MAKE_KERBEROS5)
+ cd ${.CURDIR}/kerberos5/lib/libasn1; ${MAKE} beforeinstall
+ cd ${.CURDIR}/kerberos5/lib/libhdb; ${MAKE} beforeinstall
+ cd ${.CURDIR}/kerberos5/lib/libkadm5clnt; ${MAKE} beforeinstall
+ cd ${.CURDIR}/kerberos5/lib/libkadm5srv; ${MAKE} beforeinstall
+ cd ${.CURDIR}/kerberos5/lib/libkafs5; ${MAKE} beforeinstall
+ cd ${.CURDIR}/kerberos5/lib/libkrb5; ${MAKE} beforeinstall
+ cd ${.CURDIR}/kerberos5/lib/libsl; ${MAKE} beforeinstall
.endif
.if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \
defined(MAKE_KERBEROS4)
@@ -693,26 +696,16 @@ includes:
.else
cd ${.CURDIR}/lib/libtelnet; ${MAKE} beforeinstall
.endif
-.if exists(${.CURDIR}/kerberos5) && !defined(NOCRYPT) && \
- defined(MAKE_KERBEROS5)
- cd ${.CURDIR}/kerberos5/lib/libasn1; ${MAKE} beforeinstall
- cd ${.CURDIR}/kerberos5/lib/libhdb; ${MAKE} beforeinstall
- cd ${.CURDIR}/kerberos5/lib/libkadm5clnt; ${MAKE} beforeinstall
- cd ${.CURDIR}/kerberos5/lib/libkadm5srv; ${MAKE} beforeinstall
- cd ${.CURDIR}/kerberos5/lib/libkafs5; ${MAKE} beforeinstall
- cd ${.CURDIR}/kerberos5/lib/libkrb5; ${MAKE} beforeinstall
- cd ${.CURDIR}/kerberos5/lib/libsl; ${MAKE} beforeinstall
-.endif
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
cd ${.CURDIR}/lib/csu/${MACHINE_ARCH}; ${MAKE} beforeinstall
.endif
- cd ${.CURDIR}/gnu/lib/csu; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall
- cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libcom_err; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libfetch; ${MAKE} beforeinstall
@@ -720,25 +713,32 @@ includes:
cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmp; ${MAKE} beforeinstall
- cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncp; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libnetgraph; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libopie; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libpam/libpam; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libpcap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libradius; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc; ${MAKE} beforeinstall
- cd ${.CURDIR}/lib/libpam/libpam; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libsbuf; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libstand; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtacplus; ${MAKE} beforeinstall
- cd ${.CURDIR}/lib/libcom_err; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libusbhid; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libutil; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libwrap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libypclnt; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
+.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+.if exists(${.CURDIR}/secure/lib/libcrypto)
+ cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
+.endif
+.if exists(${.CURDIR}/secure/lib/libssl)
+ cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
+.endif
+.endif
cd ${.CURDIR}/usr.bin/lex; ${MAKE} beforeinstall
#
OpenPOWER on IntegriCloud