summaryrefslogtreecommitdiff
path: root/sysutils/pefs-kmod/files/patch-Makefile
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2011-09-01 14:21:11 +0000
committerSofian Brabez <sbz@FreeBSD.org>2011-09-01 14:21:11 +0000
commit48135da34d21ff12a2b5fb1c6b9fc25700886d59 (patch)
tree7485033411da07965b3a8538311a203f52275928 /sysutils/pefs-kmod/files/patch-Makefile
parent- Update to 0.8.1 (diff)
PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.
Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation. WWW: http://github.com/glk/pefs WWW: http://wiki.freebsd.org/PEFS PR: ports/156002 Submitted by: Gleb Kurtsou <gk@freebsd.org> Approved by: jadawin@ (mentor)
Notes
Notes: svn path=/head/; revision=280980
Diffstat (limited to 'sysutils/pefs-kmod/files/patch-Makefile')
-rw-r--r--sysutils/pefs-kmod/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/pefs-kmod/files/patch-Makefile b/sysutils/pefs-kmod/files/patch-Makefile
new file mode 100644
index 000000000000..c58bae5b03bf
--- /dev/null
+++ b/sysutils/pefs-kmod/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- sys/modules/pefs/Makefile.orig
++++ sys/modules/pefs/Makefile
+@@ -8,12 +8,12 @@
+ pefs_dircache.c \
+ pefs_xts.c vmac.c
+
+-.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
++.if defined(PEFS_AESNI)
+ SRCS+= pefs_aesni.c
+ CFLAGS+= -DPEFS_AESNI
+ .endif
+
+-DEBUG_FLAGS+= -g
++#DEBUG_FLAGS+= -g
+ #DEBUG_FLAGS+= -DPEFS_DEBUG
+ #DEBUG_FLAGS+= -DPEFS_DEBUG_EXTRA
+