[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / apmd

File: [local] / src / usr.sbin / apmd / Makefile (download)

Revision 1.9, Tue Mar 14 22:30:53 2006 UTC (18 years, 3 months ago) by sturm
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.8: +5 -4 lines

install these on amd64
even though amd64 does not have apm support, this change permits
hw.setperf manipulations via apm/apmd

#	$OpenBSD: Makefile,v 1.9 2006/03/14 22:30:53 sturm Exp $

.if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \
    (${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \
    (${MACHINE} == "zaurus")
SRCS=	apmd.c apmsubr.c

PROG=	apmd
.else
NOPROG=yes
.endif

MAN=	apmd.8
MANSUBDIR=amd64 i386 macppc sparc zaurus

.include <bsd.prog.mk>