1 1.4 lukem # $NetBSD: Makefile,v 1.4 2023/06/03 09:09:15 lukem 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.4 lukem COPTS.t_rpc.c+= ${CC_WNO_CAST_FUNCTION_TYPE} 22 1.3 mrg 23 1.1 pgoyette .include <bsd.rpc.mk> 24 1.1 pgoyette .include <bsd.test.mk> 25 1.1 pgoyette 26