diff options
author | is <is@pkgsrc.org> | 1999-01-30 22:11:37 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 1999-01-30 22:11:37 +0000 |
commit | c913b0fea60c2fbe83ac1754f124bd8484e387a8 (patch) | |
tree | 4740d2d6a46cdf940fb8ce9eaefd703e6d987e22 | |
parent | 2379bb4aad64feed53bb785a884830b53116cf20 (diff) | |
download | pkgsrc-c913b0fea60c2fbe83ac1754f124bd8484e387a8.tar.gz |
Fix space-ing of comment.
-rw-r--r-- | mk/mk.conf.example | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index a6e64b971c2..cf778b280e1 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.38 1999/01/30 20:39:05 is Exp $ +# $NetBSD: mk.conf.example,v 1.39 1999/01/30 22:11:37 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. @@ -133,15 +133,15 @@ # 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. + # 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. |