add do-sys-rump-net-lib
This commit is contained in:
parent
f6e8419ce8
commit
11a1b3f96a
9
Makefile
9
Makefile
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.258 2008/10/03 18:09:48 jnemeth Exp $
|
||||
# $NetBSD: Makefile,v 1.259 2008/10/16 09:43:12 pooka Exp $
|
||||
|
||||
#
|
||||
# This is the top-level makefile for building NetBSD. For an outline of
|
||||
@ -90,7 +90,8 @@
|
||||
# do-lib: builds and installs prerequisites from lib.
|
||||
# do-gnu-lib: builds and installs prerequisites from gnu/lib.
|
||||
# do-external-lib: builds and installs prerequisites from external/lib.
|
||||
# do-sys-rump-fs-lib: builds and installs prerequisites from sys/rump/fs/lib
|
||||
# do-sys-rump-fs-lib: builds and installs prerequisites from sys/rump/fs/lib
|
||||
# do-sys-rump-net-lib: builds and installs prerequisites from sys/rump/net/lib
|
||||
# do-ld.so: builds and installs prerequisites from libexec/ld.*_so.
|
||||
# do-build: builds and installs the entire system.
|
||||
# do-x11: builds and installs X11; either
|
||||
@ -217,7 +218,7 @@ BUILDTARGET+= do-libpcc
|
||||
.endif
|
||||
BUILDTARGETS+= do-lib-libc
|
||||
BUILDTARGETS+= do-lib do-gnu-lib do-external-lib
|
||||
BUILDTARGETS+= do-sys-rump-fs-lib
|
||||
BUILDTARGETS+= do-sys-rump-fs-lib do-sys-rump-net-lib
|
||||
BUILDTARGETS+= do-ld.so
|
||||
BUILDTARGETS+= do-build
|
||||
.if ${MKX11} != "no" || ${MKXORG} != "no"
|
||||
@ -375,7 +376,7 @@ BUILD_CC_LIB+= external/bsd/pcc/crtstuff
|
||||
BUILD_CC_LIB+= external/bsd/pcc/libpcc
|
||||
.endif
|
||||
|
||||
.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib/libdes lib gnu/lib external/lib sys/rump/fs/lib
|
||||
.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib/libdes lib gnu/lib external/lib sys/rump/fs/lib sys/rump/net/lib
|
||||
do-${dir:S/\//-/g}: .PHONY .MAKE
|
||||
.for targ in dependall install
|
||||
${MAKEDIRTARGET} ${dir} ${targ}
|
||||
|
Loading…
Reference in New Issue
Block a user