NetBSD/usr.sbin/apmd/Makefile
matt 5f058922b3 This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm
2013-05-02 03:56:38 +00:00

21 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/05/02 03:56:42 matt Exp $
.include <bsd.own.mk>
.if (${MACHINE_ARCH} == "i386" || \
${MACHINE_CPU} == "arm" || \
${MACHINE} == "hpcmips" || \
${MACHINE} == "hpcsh" || \
${MACHINE} == "macppc" || \
${MACHINE} == "sparc")
PROG= apmd
SRCS= apmd.c apmsubr.c
.endif
MAN= apmd.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>