summaryrefslogtreecommitdiff
path: root/usr.sbin/tpctl/Makefile
blob: c44a47047868f3bea4cd82ee0e0f47fff42a7b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$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>