]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - gnu/usr.bin/cpio/doc/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>