aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-04-03 11:20:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-04-03 11:20:39 +0000
commit3162fb1fe3224e6bdd3d555441b60eba47c95c8d (patch)
treeb563aec9b446d8f4180949ffe8897527bc3a15ab /gnu
parent33ab7aea0dfb87d93afe18ebd4d131923c1740da (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cpio/doc/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/usr.bin/cpio/doc/Makefile b/gnu/usr.bin/cpio/doc/Makefile
new file mode 100644
index 000000000000..5680bf2428ce
--- /dev/null
+++ b/gnu/usr.bin/cpio/doc/Makefile
@@ -0,0 +1,15 @@
+# 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.2 1997/03/30 00:23:37 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>