History log of /netbsd-src/include/rpc/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# 6f60c4f9 04-Jun-2019 hannken <hannken@NetBSD.org>

Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc.

No functional change intended.


# 503456a3 11-Jan-2003 tron <tron@NetBSD.org>

Include "bsd.rpc.mk" before "bsd.prog.mk" to fix the "cleandir" target.


# 8f6f4056 05-Jan-2003 sommerfeld <sommerfeld@NetBSD.org>

Use <bsd.rpc.mk>


# c6e00610 08-Nov-2002 fvdl <fvdl@NetBSD.org>

Install rpc_com.h


# 5e6444c1 29-Jan-2002 tv <tv@NetBSD.org>

Cope with RPCGEN now conta8ining multiple words.


# b6499748 01-Nov-2001 tv <tv@NetBSD.org>

Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN}
(when evaluated) does not start with a /. Also don't go through a make(1)
recursion step; just use !=.


# 01523890 31-Oct-2001 tv <tv@NetBSD.org>

No need to do the tricky XRPCGEN dance.


# fd917aa8 21-Mar-2001 mycroft <mycroft@NetBSD.org>

Use `rpcgen -C'.


# c338834c 16-Jan-2001 cgd <cgd@NetBSD.org>

use expr to do subtraction. shell math isn't as portable.


# c89a720a 07-Jan-2001 enami <enami@NetBSD.org>

Sync with lib/librpcsvc/Makefile; Pass -B ${MAKEFLAGS} to submake.


# 5303e70d 10-Sep-2000 erh <erh@NetBSD.org>

Make targets which are generated with rpcgen depend on the rpcgen binary.


# 4bf5f708 25-Jul-2000 cgd <cgd@NetBSD.org>

${RPCGEN}, not hard-coded rpcgen


# 5e1597f4 03-Jun-2000 fvdl <fvdl@NetBSD.org>

Use a seperate Makefile in the rpc/ subdir. Needed because it generates
a file (rpcb_prot.h).