From owner-freebsd-commit Sun Sep 10 14:49:46 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA24135 for freebsd-commit-outgoing; Sun, 10 Sep 1995 14:49:46 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA24119 for cvs-all-outgoing; Sun, 10 Sep 1995 14:49:38 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA24106 for cvs-share-outgoing; Sun, 10 Sep 1995 14:49:36 -0700 Received: (from jfieber@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA24082 ; Sun, 10 Sep 1995 14:49:25 -0700 Date: Sun, 10 Sep 1995 14:49:25 -0700 From: John Fieber Message-Id: <199509102149.OAA24082@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.sgml.mk Sender: commit-owner@FreeBSD.org Precedence: bulk jfieber 95/09/10 14:49:25 Modified: share/mk bsd.sgml.mk Log: Now works correctly with obj directories. FORMATS can be defined as an empty string to suppress generation or installation of any files. Previously setting it to "null" had that effects. Now uses MANOWN, MANGRP and MANMODE for installation instead of BINOWN, BINGRP and BINMODE.