diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 16:19:54 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 16:19:54 +0000 |
commit | 5d86203733738382e4207e3e9758e36f446d09a0 (patch) | |
tree | 8c9c5bf6688094025cac7301793b5c86d4489a73 /share/mk/bsd.lib.mk | |
parent | 9c6025c3dbcb4c81957a50880ed6585942d7af2b (diff) | |
download | src-5d86203733738382e4207e3e9758e36f446d09a0.tar.gz src-5d86203733738382e4207e3e9758e36f446d09a0.zip |
Rename `includes' to `buildincludes'.
Rename `incsinstall' to `installincludes'.
Make `includes' a -j safe shortcut for `buildincludes' + `installincludes'.
`buildincludes' and `installincludes' are SUBDIR friendly, if run directly.
Notes
Notes:
svn path=/head/; revision=96668
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r-- | share/mk/bsd.lib.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index b3069169e356..c16f4b80bb64 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -339,7 +339,7 @@ realinstall: done; true .endif -realinstall: _incsinstall +.include <bsd.incs.mk> .if !defined(NOMAN) realinstall: _maninstall @@ -352,8 +352,6 @@ lint: ${SRCS:M*.c} ${LINT} ${LINTOBJFLAGS} ${CFLAGS:M-[DIU]*} ${.ALLSRC} .endif -.include <bsd.incs.mk> - .if !defined(NOMAN) .include <bsd.man.mk> .endif |