freebsd-dev/usr.sbin/powerd/Makefile
Dag-Erling Smørgrav 2f7a934c4f Don't use threads when there's no real reason to.
MFC after:	2 weeks
2006-01-03 21:32:02 +00:00

15 lines
163 B
Makefile

# $FreeBSD$
PROG= powerd
MAN= powerd.8
WARNS?= 6
DPADD= ${LIBUTIL}
LDADD= -lutil
.if ${MACHINE_ARCH} == "i386"
CFLAGS+=-DUSE_APM
.endif
.include <bsd.prog.mk>