diff options
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index bc00b80..104406b 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -29,6 +29,13 @@ # To avoid building various parts of the base system: #NO_SENDMAIL= true #NO_CVS= true +#NO_OPENSSH= true +#NO_OPENSSL= true +# +# To tell the base system that you are using RSAREF (from ports). +# (This needs revisiting) - it is very likely that this is too +# heavily tied to USA_RESIDENT==YES. +#RSAREF= YES # # To avoid running MAKEDEV all on /dev during install: #NO_MAKEDEV= true |