diff options
author | cube <cube@pkgsrc.org> | 2004-03-16 13:21:48 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-03-16 13:21:48 +0000 |
commit | 88853cc0302f06a5d6358bd4cd58e6fcfe35215a (patch) | |
tree | 8fad7dacaca681b1de5cd6bda060e11193241832 /security/cfs | |
parent | 80e4ea5a05019d5dcfe4922c368d4f029e6950cd (diff) | |
download | pkgsrc-88853cc0302f06a5d6358bd4cd58e6fcfe35215a.tar.gz |
Define NO_EXPORT_CPP so that rpcgen doesn't produce empty files.
Diffstat (limited to 'security/cfs')
-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 |