From owner-cvs-share Sat Aug 12 09:28:20 1995 Return-Path: cvs-share-owner 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: cvs-share-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.