Home | History | Annotate | Line # | Download | only in tpctl
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2007/07/29 14:37:25 nonaka Exp $
      2 
      3 .if ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh" \
      4 	|| ${MACHINE} == "zaurus"
      5 PROG=	tpctl
      6 SRCS=	main.c fb.c tp.c data.c
      7 .endif
      8 
      9 MAN=	tpctl.8
     10 
     11 .include <bsd.prog.mk>
     12