From owner-cvs-user Sat Mar 29 16:01:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22190 for cvs-user-outgoing; Sat, 29 Mar 1997 16:01:03 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22174; Sat, 29 Mar 1997 16:00:58 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id JAA19089; Sun, 30 Mar 1997 09:57:57 +1000 Date: Sun, 30 Mar 1997 09:57:57 +1000 From: Bruce Evans Message-Id: <199703292357.JAA19089@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org, obrien@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/cpio Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Added: contrib/cpio Makefile > Log: > FreeBSD BSD-style Makefile for contributed CPIO source. Don't put non-contributed files (with the possible exception of a consistently named file FreeBSD-upgrade that says not to put non- contributed files in contrib ...) in contrib. This makefile has to go in /usr/src/gnu/usr.bin/cpio so that it can be used. Bruce