Home | History | Annotate | Line # | Download | only in tadpolectl
Makefile revision 1.3.2.1
      1  1.3.2.1  wrstuden #	$NetBSD: Makefile,v 1.3.2.1 1999/12/27 18:38:11 wrstuden Exp $
      2      1.1   garbled 
      3      1.1   garbled .if ${MACHINE} == "sparc"
      4      1.1   garbled PROG=	tadpolectl
      5      1.1   garbled SRCS=	tadpolectl.c
      6      1.1   garbled .endif
      7      1.1   garbled 
      8      1.3       jdc MAN=	tadpolectl.8
      9      1.3       jdc MANSUBDIR=	/sparc
     10      1.1   garbled 
     11      1.1   garbled .include <bsd.prog.mk>
     12