NetBSD/usr.sbin/apm/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

22 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.18 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= apm
SRCS= apm.c apmsubr.c
.PATH: ${NETBSDSRCDIR}/usr.sbin/apmd
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.sbin/apmd
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
.endif
MAN= apm.8
MLINKS= apm.8 zzz.8
.include <bsd.prog.mk>