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