Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2011/02/11 15:38:14 pooka Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/lib/librumphijack 7 8TESTS_SH= t_asyncio 9TESTS_SH+= t_tcpip 10TESTS_C= h_client 11TESTS_C+= h_netget 12 13FILES= netstat.expout index.html 14FILESDIR= ${TESTSDIR} 15 16ATFFILE= yes 17 18.include <bsd.test.mk> 19