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 retrieving revision 1.197 retrieving revision 1.198 diff -u -p -r1.197 -r1.198 --- src/Makefile 2003/01/04 15:50:32 1.197 +++ src/Makefile 2003/01/06 17:40:18 1.198 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2003/01/04 15:50:32 lukem Exp $ +# $NetBSD: Makefile,v 1.198 2003/01/06 17:40:18 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -323,22 +323,8 @@ dependall-distrib depend-distrib all-dis @true .include -.include .include -# -# Create ${KERNOBJDIR}. -# Done here to ensure that it's "last", for BSDOBJDIR uses. -# -.if commands(obj) -obj-kernobjdir: .USE - @echo "obj ===> sys/arch/${MACHINE}/compile" - @mkdir -p ${KERNOBJDIR} -obj: obj-kernobjdir - -.endif - - build-docs: ${.CURDIR}/BUILDING ${.CURDIR}/BUILDING: doc/BUILDING.mdoc groff -mdoc -Tascii -P-b -P-u -P-o $> >$@