diff options
author | cube <cube> | 2004-03-16 13:21:48 +0000 |
---|---|---|
committer | cube <cube> | 2004-03-16 13:21:48 +0000 |
commit | 668a41b8cbe72f07cf2f9afc43a430a371e84058 (patch) | |
tree | 8fad7dacaca681b1de5cd6bda060e11193241832 /security | |
parent | bb67a26a10a6a4802d46ed107b99bb5cb54b1a78 (diff) | |
download | pkgsrc-668a41b8cbe72f07cf2f9afc43a430a371e84058.tar.gz |
Define NO_EXPORT_CPP so that rpcgen doesn't produce empty files.
Diffstat (limited to 'security')
-rw-r--r-- | security/cfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 238990d4da4..af8b35ce647 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/31 10:05:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/16 13:21:48 cube Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= Encrypting file system, using NFS as its interface USE_BUILDLINK2= YES USE_PKGINSTALL= YES +NO_EXPORT_CPP= YES CRYPTO= # defined |