freebsd-dev/usr.sbin/powerd/Makefile
Warner Losh 7a377edc31 Since APM is a legacy technology, that won't be adapted to other
platforms, move the test for i386 from the Makefile to powerd.c.  The
powerpc specific checks are already done this way...
2010-02-04 07:26:26 +00:00

10 lines
97 B
Makefile

# $FreeBSD$
PROG= powerd
MAN= powerd.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>