summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is>1999-01-30 22:11:37 +0000
committeris <is>1999-01-30 22:11:37 +0000
commit25e554e491d29a5a9bebbb7dbcaf63b975fc5339 (patch)
tree4740d2d6a46cdf940fb8ce9eaefd703e6d987e22
parent3618b5c8d4eac876c758ffabaa6096d5f8d9f0d9 (diff)
downloadpkgsrc-25e554e491d29a5a9bebbb7dbcaf63b975fc5339.tar.gz
Fix space-ing of comment.
-rw-r--r--mk/mk.conf.example20
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.