Add Makefile for acpi userland tools.

Obtained from:	ACPI For FreeBSD project
This commit is contained in:
Mitsuru IWASAKI 2000-08-31 14:38:47 +00:00
parent 0ac308534e
commit a7f7ce1393
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65282
2 changed files with 14 additions and 0 deletions

9
usr.sbin/acpi/Makefile Normal file
View File

@ -0,0 +1,9 @@
#
# Makefile for acpi tools
# $Id: Makefile,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
#
SUBDIR= acpiconf acpidump amldb
.include <bsd.subdir.mk>

View File

@ -0,0 +1,5 @@
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
CFLAGS+= -Wall -static
BINDIR?= /usr/sbin