diff options
author | wrstuden <wrstuden@pkgsrc.org> | 1999-01-15 21:19:59 +0000 |
---|---|---|
committer | wrstuden <wrstuden@pkgsrc.org> | 1999-01-15 21:19:59 +0000 |
commit | 2e510ae79cdf9daa548f31218811d98bd924ed97 (patch) | |
tree | 2389bc2b35f3fd1c569f2744c20b518cb46340d9 /mk | |
parent | 2e448e8a861de01fd9a877b9b81153bc9f302be0 (diff) | |
download | pkgsrc-2e510ae79cdf9daa548f31218811d98bd924ed97.tar.gz |
Ack! Don't use tabs to space over comments in make files!
Lines which start with tabs are shell commands. As we define no targets
in this file, they end up being unassosciated shell commands, and
cause make to bomb.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 9ed4e7e0842..17f6bf21064 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.36 1998/12/24 11:10:32 frueauf Exp $ +# $NetBSD: mk.conf.example,v 1.37 1999/01/15 21:19:59 wrstuden 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. @@ -143,9 +143,9 @@ # Default: not defined #MUTT_INTERNATIONAL= yes # Used to decide if international export - # restricted version of "mutt" is built. - # Possible: not defined, YES - # Default: not defined + # restricted version of "mutt" is built. + # Possible: not defined, YES + # Default: not defined NMH_MTA= smtp # default MTA for use in nmh. # Possible: smtp or sendmail. @@ -219,9 +219,9 @@ PAPERSIZE= A4 # Default paper size for packages. # Default: not defined #WINDOWMAKER_THEMES= ... # Used in wm-themes package to specify - # the themes which will be installed. - # Possible: see http://wm.themes.org/ - # Default: FreeBSD-theme + # the themes which will be installed. + # Possible: see http://wm.themes.org/ + # Default: FreeBSD-theme #ZIP_ENCRYPTION= # Add encryption code to zip, zip1, and unzip # Possible: defined, not defined |