From owner-cvs-src@FreeBSD.ORG Fri Dec 3 23:43:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539FD16A4CE; Fri, 3 Dec 2004 23:43:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1360843D54; Fri, 3 Dec 2004 23:43:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Nh2mM005314; Fri, 3 Dec 2004 23:43:02 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Nh2Lu005313; Fri, 3 Dec 2004 23:43:02 GMT (envelope-from brooks) Message-Id: <200412032343.iB3Nh2Lu005313@repoman.freebsd.org> From: Brooks Davis Date: Fri, 3 Dec 2004 23:43:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/if_gif Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 23:43:03 -0000 brooks 2004-12-03 23:43:02 UTC FreeBSD src repository Modified files: sys/modules/if_gif Makefile Log: kmod.mk knows how to create empty opt_*.h files so let it deal with the NOINET6 case. Reported by: ru Revision Changes Path 1.5 +1 -3 src/sys/modules/if_gif/Makefile