fix bits (4069->4096)

This commit is contained in:
Denis Knauf 2018-02-24 19:40:05 +01:00
parent 31172b9c00
commit 7c3c5eb895

View file

@ -2,7 +2,7 @@
# vi:set filetype=makefile # vi:set filetype=makefile
NULL=0 exec make "CALL=$0" "EXE=`which $0`" -f "`which $0`" -- "$@" NULL=0 exec make "CALL=$0" "EXE=`which $0`" -f "`which $0`" -- "$@"
BITS ?= 4069 BITS ?= 4096
EXE ?= sslmake EXE ?= sslmake
CALL ?= `which $(EXE)` CALL ?= `which $(EXE)`
DEFAULTCFG ?= template.cfg DEFAULTCFG ?= template.cfg