From: Arun Thomas Date: Mon, 12 Jul 2010 13:48:14 +0000 (+0000) Subject: Fix bsd.own.mk owners/objformat for pkgsrc X-Git-Tag: v3.1.8~260 X-Git-Url: http://zhaoyanbai.com/repos/README?a=commitdiff_plain;h=590ff0641854e7c2561dacb5cada96bfeecf975f;p=minix.git Fix bsd.own.mk owners/objformat for pkgsrc Contributed by Gautam Tirumala --- diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index cd3aa84d9..83390da3a 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -465,7 +465,8 @@ MANMODE?= ${NONBINMODE} MANINSTALL?= maninstall INFODIR?= /usr/share/info -INFOGRP?= wheel +#INFOGRP?= wheel +INFOGRP?= operator INFOOWN?= root INFOMODE?= ${NONBINMODE} @@ -483,7 +484,8 @@ LIBMODE?= ${NONBINMODE} DOCDIR?= /usr/share/doc HTMLDOCDIR?= /usr/share/doc/html -DOCGRP?= wheel +#DOCGRP?= wheel +DOCGRP?= operator DOCOWN?= root DOCMODE?= ${NONBINMODE} @@ -520,7 +522,8 @@ DEBUGMODE?= ${NONBINMODE} # # All platforms are ELF. # -OBJECT_FMT= ELF +#OBJECT_FMT= ELF +OBJECT_FMT= a.out # # If this platform's toolchain is missing, we obviously cannot build it.