1 # $NetBSD: Makefile,v 1.7 2012/08/08 13:57:06 christos Exp $ 2 3 NOMAN= # defined 4 5 .include <bsd.own.mk> 6 7 TESTSDIR= ${TESTSBASE}/include/sys 8 9 TESTS_C= t_bitops t_bootblock t_cdefs t_tree t_types 10 11 LDADD.t_bitops+= -lm 12 13 .if (${MKRUMP} != "no") 14 TESTS_C+= t_socket 15 LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet 16 LDADD.t_socket+= -lrumpvfs -lrump -lrumpuser -lpthread 17 .endif 18 19 .include <bsd.test.mk> 20