From d5b6ee573a6615cb68064d06ec55c960c6bcdd40 Mon Sep 17 00:00:00 2001 From: Mitsuru IWASAKI Date: Sun, 1 Apr 2001 07:00:35 +0000 Subject: [PATCH] Remove NOSHARED. The usr.sbin/acpi/ utilities should be compiled non-static. It just followed the usr.sbin/pccard/Makefile.inc way last time. Pointed out by: ru and msmith Committed at: BSD HANAMI in Japan 2001 --- usr.sbin/acpi/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc index 8d94ee33dcfe..c7c8eadb785d 100644 --- a/usr.sbin/acpi/Makefile.inc +++ b/usr.sbin/acpi/Makefile.inc @@ -1,7 +1,6 @@ # $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $ # $FreeBSD$ -NOSHARED?= YES CFLAGS+= -Wall -I${.CURDIR}/../../../sys .include "../Makefile.inc"