Add Makefile for acpi userland tools.

Obtained from:	ACPI For FreeBSD project
This commit is contained in:
iwasaki 2000-08-31 14:38:47 +00:00
parent ee190a9683
commit fa26c8d874
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