summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>1999-01-30 20:39:05 +0000
committeris <is@pkgsrc.org>1999-01-30 20:39:05 +0000
commit2379bb4aad64feed53bb785a884830b53116cf20 (patch)
tree0ab158da95b262e99505419c55e692367a4507b7 /mk
parenta0c85e5e0e1e34341e5b930c6a65f56acfa86faa (diff)
downloadpkgsrc-2379bb4aad64feed53bb785a884830b53116cf20.tar.gz
Document the M68060= variable, which is used by (currently) pgp2 and ssh
to avoid emulated instructions on the Motorola 68060 cpu.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example13
1 files changed, 12 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 17f6bf21064..a6e64b971c2 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.37 1999/01/15 21:19:59 wrstuden Exp $
+# $NetBSD: mk.conf.example,v 1.38 1999/01/30 20:39:05 is Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection.
@@ -132,6 +132,17 @@
# Possible: not defined, YES
# Default: not defined
+#M68060= # Used mostly by packages (e.g.: pgp2,
+ # ssh) with have fast 68020/030/040 assembler
+ # routines for multiprecision arithmetic, which
+ # use # the 32/64bit mul/div instruction.
+ # These instructions are software emulated
+ # on the 68060, thus very slow.
+ # Set to YES when compiling for the
+ # 68060 cpu.
+ # Possible: not defined, YES.
+ # Default: not defined.
+
#MAKE_EBONES= # Used in fetchmail and zephyr to specify use
# of non-USA Kerberos-compatible subsystem.
# Possible: defined, not defined