NetBSD/tests/include/sys/Makefile

16 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/07/07 05:50:27 jruoho Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/include/sys
TESTS_C= t_bitops t_bootblock t_socket t_tree t_types
LDADD.t_bitops+= -lm
LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet
LDADD.t_socket+= -lrumpvfs -lrump -lrumpuser -lpthread
.include <bsd.test.mk>