From owner-freebsd-standards@FreeBSD.ORG Tue Jun 22 11:36:45 2004 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599BE16A4CE for ; Tue, 22 Jun 2004 11:36:45 +0000 (GMT) Received: from d162.mplik.ru (relay1.mplik.ru [212.23.64.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 1B64843D53 for ; Tue, 22 Jun 2004 11:36:44 +0000 (GMT) (envelope-from ngl@ur.ru) Received: from d162.mplik.ru (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 8936D8D2E5C for ; Tue, 22 Jun 2004 17:36:38 +0600 (YEKST) Received: from spirit (wall.mplik.ru [195.58.1.141]) by d162.mplik.ru (Postfix) with SMTP id B365F8D33E8 for ; Tue, 22 Jun 2004 17:36:23 +0600 (YEKST) Message-ID: <047b01c4584d$262017a0$8501a8c0@spirit> From: "ngl" To: Date: Tue, 22 Jun 2004 17:36:23 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Spam-Status: No, tests=bogofilter, spamicity=0.000630, version=0.12.3 X-Sagator-Scanner: 0.4.9-0rc1; drop(clamd()) deliver(BogoFilter()) Subject: EXPORT_SYMS X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 11:36:45 -0000 In KLD module makefile i can specify EXPORT_SYMS= name1, name2, ... What does it mean ?