tools/llvm: Do not build with symbols
[minix3.git] / tests / net / icmp / Makefile
blob688c2e2f2f34d83e32a64effb197729ff0e06d96
1 # $NetBSD: Makefile,v 1.3 2010/12/14 11:03:17 pooka Exp $
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/net/icmp
8 TESTS_C= t_forward
9 TESTS_C+= t_ping
11 TESTS_SH= t_ping2
13 LDADD+= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet
14 LDADD+= -lrump -lrumpuser -lpthread
16 .include <bsd.test.mk>