5f058922b3
share a MACHINE_ARCH for userland so that except for etc, will produce identical sets. usr/include/machine now points to usr/include/arm
13 lines
248 B
Makefile
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>
|