1 1.2 christos # $NetBSD: Makefile,v 1.2 2013/02/26 17:06:55 christos Exp $ 2 1.1 pgoyette 3 1.1 pgoyette MKMAN= no 4 1.1 pgoyette 5 1.1 pgoyette .include <bsd.own.mk> 6 1.1 pgoyette 7 1.1 pgoyette TESTSDIR= ${TESTSBASE}/lib/libc/rpc 8 1.1 pgoyette 9 1.1 pgoyette TESTS_C= t_xdr 10 1.1 pgoyette SRCS.t_xdr= ${RPCSRCS:.x=_xdr.c} t_xdr.c 11 1.1 pgoyette 12 1.2 christos TESTS_C+= t_rpc 13 1.2 christos 14 1.1 pgoyette RPCSRCS= h_testbits.x 15 1.1 pgoyette DPSRCS= ${RPCSRCS:.x=.h} 16 1.1 pgoyette CLEANFILES+= ${RPCSRCS:.x=.h} ${RPCSRCS:.x=_xdr.c} 17 1.1 pgoyette CPPFLAGS+= -I. 18 1.1 pgoyette RPC_INCS= ${RPCSRCS:.x=.h} 19 1.1 pgoyette RPC_XDRFILES= ${RPCSRCS:.x=_xdr.c} 20 1.1 pgoyette 21 1.1 pgoyette .include <bsd.rpc.mk> 22 1.1 pgoyette .include <bsd.test.mk> 23 1.1 pgoyette 24