From owner-freebsd-commit Sat Aug 12 09:28:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA00752 for commit-outgoing; Sat, 12 Aug 1995 09:28:28 -0700 Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA00722 for cvs-share-outgoing; Sat, 12 Aug 1995 09:28:20 -0700 Received: (from joerg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA00701 ; Sat, 12 Aug 1995 09:28:11 -0700 Date: Sat, 12 Aug 1995 09:28:11 -0700 From: Joerg Wunsch Message-Id: <199508121628.JAA00701@freefall.FreeBSD.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/examples Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/08/12 09:28:11 Modified: share/examples Makefile Log: Do not omit the Makefiles when installing the examples; they are part of them. Also correct the omission of CVS files by abusing the find syntax instead of grepping. Closes PR #bin/636.