d5b6ee573a
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
7 lines
142 B
Makefile
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"
|