mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
platforms, move the test for i386 from the Makefile to powerd.c. The powerpc specific checks are already done this way...
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= powerd
|
|
MAN= powerd.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|