1# $NetBSD: Makefile,v 1.3 2016/01/29 04:15:46 ozaki-r Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/net/route 7 8TESTS_SH= t_change t_flags t_route 9 10.include <bsd.test.mk> 11