diff options
author | ru <ru@FreeBSD.org> | 2002-05-24 16:08:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-24 16:08:13 +0000 |
commit | 265340befb51bba634fae051bb1d4cf18096eed5 (patch) | |
tree | 2b02d5c98789373450bb14d1a436c671f47314c3 /Makefile | |
parent | b4b6d4dfb97bdb948ea4c918134cf2e1a826f3c2 (diff) | |
download | FreeBSD-src-265340befb51bba634fae051bb1d4cf18096eed5.zip FreeBSD-src-265340befb51bba634fae051bb1d4cf18096eed5.tar.gz |
Forgot to commit this for the `includes' -> `buildincludes',
`incsinstall' -> `installincludes' changes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -93,10 +93,13 @@ # TGTS= all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld everything \ - hierarchy includes incsinstall install installcheck installkernel \ + hierarchy install installcheck installkernel \ reinstallkernel installmost installworld libraries lint maninstall \ mk most obj objlink regress rerelease tags update +BITGTS= includes +BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/} + .ORDER: buildworld installworld .ORDER: buildworld distributeworld .ORDER: buildkernel installkernel @@ -108,7 +111,7 @@ MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1 # # Handle the user-driven targets, using the source relative mk files. # -${TGTS}: upgrade_checks +${TGTS} ${BITGTS}: upgrade_checks @cd ${.CURDIR}; \ ${MAKE} ${.TARGET} |