Home | History | Annotate | Line # | Download | only in tpctl
      1 #	$NetBSD: Makefile,v 1.6 2018/04/01 04:35:06 ryo Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MACHINE_CPU} == "aarch64" || \
      6     ${MACHINE_CPU} == "arm" || \
      7     ${MACHINE} == "hpcmips" || \
      8     ${MACHINE} == "hpcsh"
      9 PROG=	tpctl
     10 SRCS=	main.c fb.c tp.c data.c
     11 .endif
     12 
     13 MAN=	tpctl.8
     14 
     15 .include <bsd.prog.mk>
     16