summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index 206bade..8d94ee3 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -1,5 +1,7 @@
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
-CFLAGS+= -Wall -static -I${.CURDIR}/../../../sys
-BINDIR?= /usr/sbin
+NOSHARED?= YES
+CFLAGS+= -Wall -I${.CURDIR}/../../../sys
+
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud