]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - gnu/usr.bin/cpio/doc/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / gnu / usr.bin / cpio / doc / Makefile
1 # Note that this files is under a "BSD" copyright (c) by David O'Brien 1997, 
2 # even though it may live in src/gnu/...
3
4 # $FreeBSD$
5
6 .PATH:  ${.CURDIR}/../../../../contrib/cpio/doc
7
8 INFO = cpio
9
10 INFOSECTION= "Cpio Documentation"
11 INFOENTRY_cpio="* CPIO: (cpio).                 Making tape (or disk) archives."
12
13 SRCDIR= ${.CURDIR}/../../../../contrib/cpio/doc
14
15 .include <bsd.info.mk>