diff options
author | maya <maya@pkgsrc.org> | 2018-01-02 05:37:22 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-01-02 05:37:22 +0000 |
commit | fa3de62b7575d546391f480cb36e4c44b75b0df2 (patch) | |
tree | 635e5a8cc93d19c79e57dfdb4aed2949e06b82d8 /security/cfs | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 2d440849c9f..fc17548710e 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/23 18:16:22 asau Exp $ +# $NetBSD: Makefile,v 1.34 2018/01/02 05:37:22 maya Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 6 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.crypto.com/software/ COMMENT= Encrypting file system, using NFS as its interface -CRYPTO= # defined - BUILD_TARGET= cfs INSTALL_TARGET= install_cfs |