7a377edc31
platforms, move the test for i386 from the Makefile to powerd.c. The powerpc specific checks are already done this way...
10 lines
97 B
Makefile
10 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= powerd
|
|
MAN= powerd.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|