Remove building with NOCRYPTO option
[minix3.git] / tests / include / sys / Makefile
blob2f5e3da4833fcc001040b752e45ce4cabae7b2b8
1 # $NetBSD: Makefile,v 1.8 2015/06/22 00:05:23 matt Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/include/sys
9 TESTS_C= t_bitops t_bootblock t_cdefs t_tree t_types
11 LDADD.t_bitops+= -lm
13 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
14 TESTS_C+= t_socket
15 LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet
16 LDADD.t_socket+= -lrumpvfs -lrump -lrumpuser -lpthread
17 .endif
19 .include <bsd.test.mk>