]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - dist/lib/libc/rpc/Makefile
Check in first src/tests snapshot from NetBSD anoncvs
[FreeBSD/FreeBSD.git] / dist / lib / libc / rpc / Makefile
1 # $NetBSD: Makefile,v 1.2 2013/02/26 17:06:55 christos Exp $
2
3 MKMAN=  no
4
5 .include <bsd.own.mk>
6
7 TESTSDIR=               ${TESTSBASE}/lib/libc/rpc
8
9 TESTS_C=                t_xdr
10 SRCS.t_xdr=             ${RPCSRCS:.x=_xdr.c} t_xdr.c
11
12 TESTS_C+=               t_rpc
13
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}
20
21 .include <bsd.rpc.mk>
22 .include <bsd.test.mk>
23