[Midnightbsd-cvs] src [10968] trunk/include/rpcsvc/Makefile: set env var

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 15 14:25:20 EDT 2018


Revision: 10968
          http://svnweb.midnightbsd.org/src/?rev=10968
Author:   laffer1
Date:     2018-06-15 14:25:19 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
set env var

Modified Paths:
--------------
    trunk/include/rpcsvc/Makefile

Modified: trunk/include/rpcsvc/Makefile
===================================================================
--- trunk/include/rpcsvc/Makefile	2018-06-15 18:16:05 UTC (rev 10967)
+++ trunk/include/rpcsvc/Makefile	2018-06-15 18:25:19 UTC (rev 10968)
@@ -1,9 +1,10 @@
+# $MidnightBSD$
 #	from: @(#)Makefile	2.3 88/08/11 4.0 RPCSRC
-# $FreeBSD: src/include/rpcsvc/Makefile,v 1.25 2002/05/12 16:00:49 ru Exp $
+# $FreeBSD: stable/10/include/rpcsvc/Makefile 231118 2012-02-07 09:27:07Z dim $
 
 .SUFFIXES: .x
 
-RPCCOM = rpcgen -C
+RPCCOM=	RPCGEN_CPP=${CPP:Q} rpcgen -C
 
 HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
       rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \



More information about the Midnightbsd-cvs mailing list