make sure include and include/sys are populated before starting to

make includes in lib
This commit is contained in:
assar 2000-02-01 01:22:05 +00:00
parent 33e8c5b1df
commit 84e55c17c3
1 changed files with 3 additions and 1 deletions

View File

@ -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