make sure include and include/sys are populated before starting to
make includes in lib
This commit is contained in:
parent
33e8c5b1df
commit
84e55c17c3
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.104 1999/12/05 22:53:53 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.105 2000/02/01 01:22:05 assar Exp $
|
||||
|
||||
# This is the top-level makefile for building NetBSD. For an outline of
|
||||
# how to build a snapshot or release, as well as other release engineering
|
||||
|
@ -48,6 +48,8 @@ _J= -j${NBUILDJOBS}
|
|||
|
||||
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
|
||||
|
||||
includes-lib: includes-include includes-sys
|
||||
|
||||
.if exists(games)
|
||||
SUBDIR+= games
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue