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

13 lines
248 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/05/02 03:56:42 matt Exp $
.include <bsd.own.mk>
.if ${MACHINE_CPU} == "arm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh"
PROG= tpctl
SRCS= main.c fb.c tp.c data.c
.endif
MAN= tpctl.8
.include <bsd.prog.mk>