Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2011/02/15 15:16:46 pooka Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/lib/librumpclient 7 8TESTS_C= t_fd 9TESTS_C+= h_exec 10 11TESTS_SH= t_exec 12 13# what do you mean I missed? 14LINKS+= ${TESTSDIR}/h_exec ${TESTSDIR}/h_ution 15 16ATFFILE= yes 17 18LDADD+= -lrumpclient 19 20.include <bsd.test.mk> 21