diff options
-rw-r--r-- | mk/mk.conf.example | 13 |
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 |