Home | History | Annotate | Line # | Download | only in mcast
Makefile revision 1.2.2.1
      1  1.2.2.1  pgoyette # $NetBSD: Makefile,v 1.2.2.1 2017/01/07 08:56:56 pgoyette Exp $
      2      1.1  christos #
      3      1.1  christos 
      4      1.1  christos .include <bsd.own.mk>
      5      1.1  christos 
      6      1.1  christos TESTSDIR=	${TESTSBASE}/net/mcast
      7      1.1  christos 
      8  1.2.2.1  pgoyette .for name in mcast
      9  1.2.2.1  pgoyette TESTS_SH+=		t_${name}
     10  1.2.2.1  pgoyette TESTS_SH_SRC_t_${name}=	../net_common.sh t_${name}.sh
     11  1.2.2.1  pgoyette .endfor
     12      1.2     ozaki 
     13      1.2     ozaki PROGS=		mcast
     14      1.2     ozaki MAN.mcast=	# empty
     15      1.2     ozaki BINDIR.mcast=	${TESTSDIR}
     16      1.1  christos 
     17      1.1  christos .include <bsd.test.mk>
     18