tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / libc / rpc / Makefile
blobe32a7d97504be7989c5a4c0c81f65264e39a18a1
1 # $NetBSD: Makefile,v 1.2 2013/02/26 17:06:55 christos Exp $
3 MKMAN= no
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/lib/libc/rpc
9 TESTS_C= t_xdr
10 SRCS.t_xdr= ${RPCSRCS:.x=_xdr.c} t_xdr.c
12 TESTS_C+= t_rpc
14 RPCSRCS= h_testbits.x
15 DPSRCS= ${RPCSRCS:.x=.h}
16 CLEANFILES+= ${RPCSRCS:.x=.h} ${RPCSRCS:.x=_xdr.c}
17 CPPFLAGS+= -I.
18 RPC_INCS= ${RPCSRCS:.x=.h}
19 RPC_XDRFILES= ${RPCSRCS:.x=_xdr.c}
21 .include <bsd.rpc.mk>
22 .include <bsd.test.mk>