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
This commit is contained in:
Mitsuru IWASAKI 2001-04-01 07:00:35 +00:00
parent 07be3b5e76
commit d5b6ee573a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75058

View File

@ -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"