diff options
author | dim <dim@FreeBSD.org> | 2012-02-07 09:27:07 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-02-07 09:27:07 +0000 |
commit | 489adb600f55e6d6efe8f0a5a33c070a9c8335a6 (patch) | |
tree | f4288bb4a19e87202aaf6ef984ab4952750e882b /release/picobsd | |
parent | e2807c4b0cf1ff9134ebf7ec353acccf55a3ac51 (diff) | |
download | FreeBSD-src-489adb600f55e6d6efe8f0a5a33c070a9c8335a6.zip FreeBSD-src-489adb600f55e6d6efe8f0a5a33c070a9c8335a6.tar.gz |
Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.
MFC after: 1 week
Diffstat (limited to 'release/picobsd')
-rw-r--r-- | release/picobsd/tinyware/passwd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/passwd/Makefile b/release/picobsd/tinyware/passwd/Makefile index 5f6b8c4..fa60308 100644 --- a/release/picobsd/tinyware/passwd/Makefile +++ b/release/picobsd/tinyware/passwd/Makefile @@ -26,7 +26,7 @@ CFLAGS+= -DLOGIN_CAP -DCRYPT -I. -I${.CURDIR} \ CLEANFILES= ${GENSRCS} -RPCGEN= rpcgen -C +RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -C RPCSRC= ${DESTDIR}/usr/include/rpcsvc/yp.x RPCSRC_PW= ${DESTDIR}/usr/include/rpcsvc/yppasswd.x RPCSRC_PRIV= ${.CURDIR}/../../usr.sbin/rpc.yppasswdd/yppasswd_private.x |