From owner-freebsd-commit Sat Oct 21 04:02:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA26449 for freebsd-commit-outgoing; Sat, 21 Oct 1995 04:02:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA26410 for cvs-all-outgoing; Sat, 21 Oct 1995 04:02:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA26392 for cvs-share-outgoing; Sat, 21 Oct 1995 04:02:15 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA26356 ; Sat, 21 Oct 1995 04:02:04 -0700 Date: Sat, 21 Oct 1995 04:02:04 -0700 From: Bruce Evans Message-Id: <199510211102.EAA26356@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man7 Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/21 04:02:03 Modified: share/man/man3 Makefile share/man/man5 Makefile share/man/man7 Makefile Log: Remove private rules for clean, depend, lint, tags and install. The private clean rules have been broken since we started building compressed man pages in the obj directory and the others don't do anything different from the general rules.