Home | History | Annotate | Line # | Download | only in rpc
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2011/01/08 06:59:37 pgoyette 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 RPCSRCS=		h_testbits.x
     13 DPSRCS=			${RPCSRCS:.x=.h}
     14 CLEANFILES+=	${RPCSRCS:.x=.h} ${RPCSRCS:.x=_xdr.c}
     15 CPPFLAGS+=		-I.
     16 RPC_INCS=		${RPCSRCS:.x=.h}
     17 RPC_XDRFILES=	${RPCSRCS:.x=_xdr.c}
     18 
     19 .include <bsd.rpc.mk>
     20 .include <bsd.test.mk>
     21 
     22