16 lines
417 B
Makefile
16 lines
417 B
Makefile
# 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.1 1997/04/03 11:20:39 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>
|