From 53af8e0438c951a708dac03a7a32d2a049f34c85 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 3 Apr 1997 11:20:39 +0000 Subject: Bmake Makefile for building info files for GNU cpio. --- gnu/usr.bin/cpio/doc/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gnu/usr.bin/cpio/doc/Makefile (limited to 'gnu/usr.bin/cpio') diff --git a/gnu/usr.bin/cpio/doc/Makefile b/gnu/usr.bin/cpio/doc/Makefile new file mode 100644 index 0000000..5680bf2 --- /dev/null +++ b/gnu/usr.bin/cpio/doc/Makefile @@ -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 -- cgit v1.1