Add Makefile for acpi userland tools.
Obtained from: ACPI For FreeBSD project
This commit is contained in:
parent
ee190a9683
commit
fa26c8d874
9
usr.sbin/acpi/Makefile
Normal file
9
usr.sbin/acpi/Makefile
Normal 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>
|
5
usr.sbin/acpi/Makefile.inc
Normal file
5
usr.sbin/acpi/Makefile.inc
Normal 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
|
Loading…
Reference in New Issue
Block a user