freebsd-dev/usr.sbin/acpi/Makefile.inc
Mitsuru IWASAKI d5b6ee573a 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
2001-04-01 07:00:35 +00:00

7 lines
142 B
Makefile

# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
CFLAGS+= -Wall -I${.CURDIR}/../../../sys
.include "../Makefile.inc"