From owner-freebsd-ports@FreeBSD.ORG Sat Oct 2 02:17:19 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C2516A4EA for ; Sat, 2 Oct 2004 02:17:19 +0000 (GMT) Received: from s1.stradamotorsports.com (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C35D43D5F for ; Sat, 2 Oct 2004 02:17:19 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] ([192.168.1.16])i922HH8m032569 for ; Fri, 1 Oct 2004 19:17:17 -0700 (PDT) (envelope-from jcw@highperformance.net) Date: Fri, 01 Oct 2004 19:17:18 -0700 From: "Jason C. Wells" To: freebsd-ports@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Status: No, hits=0.0 required=4.0 tests=none version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Proper Way to Install OpenAFS Kernel Module X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 02:17:19 -0000 Is there a pre-existing means in the ports system for installing a kernel module? OpenAFS builds a kernel module. I need to get it installed outside of $PREFIX into /boot. I can hack a little script, but I would prefer to use existing functionality. Thanks, Jason C. Wells