From owner-cvs-all@FreeBSD.ORG Sat Nov 15 23:50:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6FD16A4CE; Sat, 15 Nov 2003 23:50:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1293643FA3; Sat, 15 Nov 2003 23:50:15 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG7oEXJ048836; Sat, 15 Nov 2003 23:50:14 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG7oEMB048835; Sat, 15 Nov 2003 23:50:14 -0800 (PST) (envelope-from green) Message-Id: <200311160750.hAG7oEMB048835@repoman.freebsd.org> From: Brian Feldman Date: Sat, 15 Nov 2003 23:50:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 07:50:15 -0000 green 2003/11/15 23:50:14 PST FreeBSD src repository Modified files: sys/conf kmod.mk Log: It appears opt_global.h may cause opt_ddb.h to be needed. Adding it with the full path on the command line like with -include opt_global.h currently unbreaks tinderbox. Revision Changes Path 1.147 +3 -1 src/sys/conf/kmod.mk