diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cpio/doc/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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 <bsd.info.mk> |