mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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:
parent
07be3b5e76
commit
d5b6ee573a
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue