]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - gnu/usr.bin/cpio/doc/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.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>