From f8f0d24ddf02434dd004c5d08e61b878a1aea8a9 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Sun, 1 Apr 2001 07:00:35 +0000 Subject: 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(-) (limited to 'usr.sbin') diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc index 8d94ee3..c7c8ead 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" -- cgit v1.1