NetBSD/usr.sbin/apmd/Makefile

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>