Bmake Makefile for building info files for GNU cpio.

This commit is contained in:
David E. O'Brien 1997-04-03 11:20:39 +00:00
parent 33ab7aea0d
commit 3162fb1fe3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24594

View file

@ -0,0 +1,15 @@
# Note that this files is under a "BSD" copyright (c) by David O'Brien 1997,
# even though it may live in src/gnu/...
# $Id: Makefile,v 1.2 1997/03/30 00:23:37 obrien Exp $
.PATH: ${.CURDIR}/../../../../contrib/cpio
INFO = cpio
INFOSECTION= "Cpio Documentation"
INFOENTRY_cpio="* CPIO: (cpio). Making tape (or disk) archives."
SRCDIR= ${.CURDIR}/../../../../contrib/cpio
.include <bsd.info.mk>