Added "${MAKE} includes" to build target
This commit is contained in:
parent
3e07e4275a
commit
7dcb56f419
3
Makefile
3
Makefile
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.32 1996/04/13 06:36:15 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.33 1996/04/25 00:47:25 jtc Exp $
|
||||
|
||||
.include <bsd.own.mk> # for configuration variables.
|
||||
|
||||
@ -37,6 +37,7 @@ afterinstall:
|
||||
|
||||
build:
|
||||
(cd ${.CURDIR}/share/mk && ${MAKE} install)
|
||||
${MAKE} includes
|
||||
(cd ${.CURDIR}/include && ${MAKE} install)
|
||||
.if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
|
||||
(cd ${.CURDIR}/domestic/include && ${MAKE} install)
|
||||
|
Loading…
Reference in New Issue
Block a user