freebsd-skq/usr.sbin/powerd/Makefile
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>