From owner-acpi-jp@jp.freebsd.org  Fri Jul 14 20:15:53 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id UAA97467;
	Fri, 14 Jul 2000 20:15:53 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from kbtfw.kubota.co.jp (firewall-user@kbtfw.kubota.co.jp [133.253.102.202])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id UAA97462
	for <acpi-jp@jp.freebsd.org>; Fri, 14 Jul 2000 20:15:53 +0900 (JST)
	(envelope-from haro@tk.kubota.co.jp)
Received: by kbtfw.kubota.co.jp; id UAA22908; Fri, 14 Jul 2000 20:15:51 +0900 (JST)
Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (V4.2)
	id xma022872; Fri, 14 Jul 00 20:15:46 +0900
Received: from jkpc15.tk.kubota.co.jp ([192.168.7.250])
	by kbtmx.eto.kubota.co.jp (8.9.3+3.2W/3.7W) with ESMTP id UAA04595
	for <acpi-jp@jp.freebsd.org>; Fri, 14 Jul 2000 20:15:45 +0900 (JST)
Received: from localhost (localhost.ttr.kubota.co.jp [127.0.0.1])
	by jkpc15.tk.kubota.co.jp (8.9.3/3.7W-02/21/99) with ESMTP id UAA01102
	for <acpi-jp@jp.freebsd.org>; Fri, 14 Jul 2000 20:13:59 +0900 (JST)
To: acpi-jp@jp.freebsd.org
In-Reply-To: <20000714192708P.haro@tk.kubota.co.jp>
References: <20000705161650D.iwasaki@jp.FreeBSD.org>
	<20000713134031J.yokoyama@o3.otc.ogis-ri.co.jp>
	<20000714192708P.haro@tk.kubota.co.jp>
X-Mailer: Mew version 1.94.1 on Emacs 20.6 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
 boundary="--Next_Part(Fri_Jul_14_20:13:29_2000_809)--"
Content-Transfer-Encoding: 7bit
Message-Id: <20000714201359D.haro@tk.kubota.co.jp>
Date: Fri, 14 Jul 2000 20:13:59 +0900
From: haro@tk.kubota.co.jp (Munehiro Matsuda)
X-Dispatcher: imput version 990905(IM130)
Lines: 75
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 469
Subject: [acpi-jp 469] Re: merging to FreeBSD
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: haro@tk.kubota.co.jp

----Next_Part(Fri_Jul_14_20:13:29_2000_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$B>>ED!w%/%\%?$G$9!#(B

From: haro@tk.kubota.co.jp (Munehiro Matsuda)
Date: Fri, 14 Jul 2000 19:27:08 +0900
::$B$^$?5$$,IU$$$?;v$,=P$F$-$?$iJs9p$7$^$9!#(B

$BAaB.$G$9$,!"(Busr.sbin/acpi$B$N(B Makefile$B4XO"$r@0M}$7$^$7$?!#(B

$B0l1~(B usr.sbin/acpi$B$G!"(B"make obj depend all install"$B$r<B9T$9$k$H!"(B
acpiconf, acpidump, amldb$B$,(B /usr/sbin$B$K%$%s%9%H!<%k$5$l$^$9!#(B

$BLdBj$,$"$k$h$&$G$7$?$i!"E,Ev$K=$@5$7$F2<$5$$!#(B
$B$G$O!#(B
=--------------------------------------------------------------------------
           _ _           $B3t<02q<R%/%\%?(B $BEl5~K\<R(B $B5;=Q3+H/K\It(B
 -|- /_\  |_|_|            $B>>ED(B  $B=!9@(B
 /|\ |_|  |_|_|          E-mail: haro@kubota.co.jp
                         Tel: 03-3245-3318  Fax: 03-3245-3315

----Next_Part(Fri_Jul_14_20:13:29_2000_809)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="usr_sbin.patch"

diff -urN usr.sbin/acpi.org/Makefile usr.sbin/acpi/Makefile
--- usr.sbin/acpi.org/Makefile	Thu Jan  1 09:00:00 1970
+++ usr.sbin/acpi/Makefile	Fri Jul 14 18:39:32 2000
@@ -0,0 +1,7 @@
+#
+# Makefile for acpiconf/acpidump/amldb
+# $FreeBSD$
+#
+SUBDIR= acpiconf acpidump amldb
+
+.include <bsd.subdir.mk>
diff -urN usr.sbin/acpi.org/Makefile.inc usr.sbin/acpi/Makefile.inc
--- usr.sbin/acpi.org/Makefile.inc	Thu Jan  1 09:00:00 1970
+++ usr.sbin/acpi/Makefile.inc	Fri Jul 14 18:40:23 2000
@@ -0,0 +1,4 @@
+# $FreeBSD$
+
+CFLAGS+= -Wall -static
+BINDIR?= /usr/sbin
diff -urN usr.sbin/acpi.org/acpidump/Makefile usr.sbin/acpi/acpidump/Makefile
--- usr.sbin/acpi.org/acpidump/Makefile	Fri Jul 14 14:01:33 2000
+++ usr.sbin/acpi/acpidump/Makefile	Fri Jul 14 19:55:03 2000
@@ -3,7 +3,6 @@
 PROG=	acpidump
 SRCS=	acpi.c acpi_user.c asl_dump.c aml_dump.c acpidump.c
 NOMAN=	yes
-DEBUG_FLAGS= -g  -Wall 
-CFLAGS+= -I.
+DEBUG_FLAGS= -g
 
 .include <bsd.prog.mk>
diff -urN usr.sbin/acpi.org/amldb/Makefile usr.sbin/acpi/amldb/Makefile
--- usr.sbin/acpi.org/amldb/Makefile	Fri Jul 14 14:04:36 2000
+++ usr.sbin/acpi/amldb/Makefile	Fri Jul 14 19:55:48 2000
@@ -4,8 +4,8 @@
 SRCS=	amldb.c debug.c region.c
 SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c aml_obj.c aml_evalobj.c aml_common.c
 NOMAN=	yes
-DEBUG_FLAGS= -g  -Wall 
-CFLAGS+= -I../../../sys -I.
+DEBUG_FLAGS= -g
+CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR}
 
 .include <bsd.prog.mk>
 .PATH:  ${.CURDIR}/../../../sys/dev/acpi/aml

----Next_Part(Fri_Jul_14_20:13:29_2000_809)----
