| version 1.95, 1999/04/01 02:49:12 |
version 1.95.2.1, 2000/08/26 19:00:36 |
|
|
| |
|
| # This is the top-level makefile for building NetBSD. For an outline of |
# 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 |
# how to build a snapshot or release, as well as other release engineering |
| |
.PHONY: release |
| |
|
| |
TARGETS+= release |
| |
|
| # information, see http://www.netbsd.org/developers/releng/index.html |
# information, see http://www.netbsd.org/developers/releng/index.html |
| # |
# |
| # Not everything you can set or do is documented in this makefile. In |
# Not everything you can set or do is documented in this makefile. In |
| Line 46 _J= -j${NBUILDJOBS} |
|
| Line 50 _J= -j${NBUILDJOBS} |
|
| |
|
| SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys |
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys |
| |
|
| |
.if make(cleandir) || make(obj) |
| |
SUBDIR+= distrib |
| |
.endif |
| |
|
| .if exists(games) |
.if exists(games) |
| SUBDIR+= games |
SUBDIR+= games |
| .endif |
.endif |