Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.258 retrieving revision 1.259 diff -u -p -r1.258 -r1.259 --- src/Makefile 2008/10/03 18:09:48 1.258 +++ src/Makefile 2008/10/16 09:43:12 1.259 @@ -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}