diff options
author | xtraeme <xtraeme> | 2004-05-02 20:04:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-02 20:04:36 +0000 |
commit | 01bb13805fc5a0c4c986a78f86408499d2f5d9ad (patch) | |
tree | a44e94856c601665205a8e448a0c11c0c9d4e81d /mk | |
parent | 4d5ffdd243cb6130080fc5cd0c17bad3417bac25 (diff) | |
download | pkgsrc-01bb13805fc5a0c4c986a78f86408499d2f5d9ad.tar.gz |
Rename GRUB_ISO9660 and GRUB_UFS2 to GRUB_USE_ISO9660 and GRUB_USE_UFS2
respectively, and document them in bsd.pkg.defaults.mk.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 28c32dba31e..07d2ec7dd71 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.236 2004/05/02 19:15:18 xtraeme Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.237 2004/05/02 20:04:36 xtraeme Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -961,6 +961,16 @@ GOLEM_WITH_SOUND?= NO # card at I/O offset 0x300. # Default: not defined +GRUB_USE_ISO9660?= NO +# This option will add support for the ISO9660 filesystem to GRUB. +# Possible: yes or no. +# Default: no. + +GRUB_USE_UFS2?= NO +# This option will add support for the UFS2 filesystem to GRUB. +# Possible: yes or no. +# Default: no. + ICECAST_CHROOTDIR?= /var/chroot/icecast # Used in icecast2 to specify the chroot directory in which icecast # will be allowed to work. |