Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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: src/gnu/usr.bin/cpio/doc/Makefile,v 1.3 1999/08/27 23:35:24 peter Exp $
5 # $DragonFly: src/gnu/usr.bin/cpio/doc/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $
6
7 .PATH:  ${.CURDIR}/../../../../contrib/cpio
8
9 INFO = cpio
10
11 INFOSECTION= "Cpio Documentation"
12 INFOENTRY_cpio="* CPIO: (cpio).                 Making tape (or disk) archives."
13
14 SRCDIR= ${.CURDIR}/../../../../contrib/cpio
15
16 .include <bsd.info.mk>