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