From 9caa2c17d9573ddd4e21e7df99aa50f5f4a8bbc1 Mon Sep 17 00:00:00 2001 From: David Rhodus Date: Mon, 1 Dec 2003 17:07:26 +0000 Subject: [PATCH] * buildworld doesn't need to look at nrelease. This was requiring things like mkisofs and cvsup to complete a basic buildworld. --- Makefile.inc1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 496f08ce29..be14197c0c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.9 2003/12/01 09:59:42 dillon Exp $ +# $DragonFly: src/Makefile.inc1,v 1.10 2003/12/01 17:07:26 drhodus Exp $ # # Make command line options: # -DMAKE_KERBEROS5 to build Kerberos5 @@ -52,9 +52,6 @@ SUBDIR+= include .if exists(${.CURDIR}/lib) SUBDIR+= lib .endif -.if exists(${.CURDIR}/nrelease) -SUBDIR+= nrelease -.endif .if exists(${.CURDIR}/bin) SUBDIR+= bin -- 2.41.0