From 6db2453429c4a733846d86797a80dc47edc2aba9 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 4 Feb 2010 07:26:26 +0000 Subject: 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... --- usr.sbin/powerd/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.sbin/powerd/Makefile') diff --git a/usr.sbin/powerd/Makefile b/usr.sbin/powerd/Makefile index b1d8d11..62f8da1 100644 --- a/usr.sbin/powerd/Makefile +++ b/usr.sbin/powerd/Makefile @@ -6,8 +6,4 @@ MAN= powerd.8 DPADD= ${LIBUTIL} LDADD= -lutil -.if ${MACHINE_ARCH} == "i386" -CFLAGS+=-DUSE_APM -.endif - .include -- cgit v1.1