Home | History | Annotate | Line # | Download | only in tadpolectl
      1 #	$NetBSD: Makefile,v 1.5 2009/12/13 05:01:33 nakayama Exp $
      2 
      3 .if ${MACHINE} == "sparc"
      4 PROG=	tadpolectl
      5 SRCS=	tadpolectl.c
      6 .endif
      7 
      8 MAN=	tadpolectl.8
      9 MANSUBDIR=	/sparc
     10 
     11 .include <bsd.prog.mk>
     12