From owner-freebsd-questions@FreeBSD.ORG Fri May 16 23:37:09 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC66A61D for ; Fri, 16 May 2014 23:37:09 +0000 (UTC) Received: from mx1.blackfoot.net (mx1.blackfoot.net [216.14.232.10]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "spam.blackfoot.net", Issuer "GeoTrust DV SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A36AF24DE for ; Fri, 16 May 2014 23:37:09 +0000 (UTC) Received: from blackfoot.vision.net ([216.220.3.42]) by mx1.blackfoot.net ({9cf3d135-7b6e-4041-a57b-61a932741f4e}) via TCP (outbound) with ESMTP id 20140516233342131 for ; Fri, 16 May 2014 23:33:42 +0000 X-RC-FROM: X-RC-RCPT: Received: from webmail.blackfoot.net (unknown [10.64.25.30]) (Authenticated sender: vagabond) by blackfoot.vision.net (Postfix) with ESMTPA id A1F3E7BAA for ; Fri, 16 May 2014 17:33:41 -0600 (MDT) Received: from 12.32.36.75 (SquirrelMail authenticated user vagabond) by webmail.blackfoot.net with HTTP; Fri, 16 May 2014 17:33:41 -0600 Message-ID: <179ed5bace8b9bb22402f979b95044fb.squirrel@webmail.blackfoot.net> Date: Fri, 16 May 2014 17:33:41 -0600 Subject: bsd.compile.mk From: "Gary Aitken" To: "Freebsd Questions" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-MAG-OUTBOUND: blackfoot.redcondor.net@216.220.3.42/32 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 23:37:09 -0000 In trying to rebuild ports from scratch, UPDATE indicates my Nvidia driver has to be rebuilt. 9.2 release, amd64 When I attempt to do that, I get the following: "/sys/conf/kmod.mk" line 76: Could not find bsd.compile.mk and indeed, /usr/ports/Mk does not have a bsd.compile.mk help? Thanks, Gary