summaryrefslogtreecommitdiff
path: root/sysutils/copytape/files/patch-ab
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-20 21:14:43 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-20 21:14:43 +0000
commit6299cff8f67fe10b62dc29dd6a9f0a9378ada978 (patch)
tree3c0ad50358b4de48ed7bdf65350e6f8caf227de4 /sysutils/copytape/files/patch-ab
parentAdd tidy (www/tidy) and the HTML stylesheets (textproc/html) to the (diff)
Import of copytape 1.0
Copytape duplicates magtapes. It is intended for duplication of bootable or other non-file-structured (non-tar-structured) magtapes on systems with only one tape drive. Copytape is blissfully ignorant of tape formats. It merely makes a bit-for-bit copy of its input. PR: ports/8454 Submitted by: sjr@home.net
Notes
Notes: svn path=/head/; revision=15450
Diffstat (limited to 'sysutils/copytape/files/patch-ab')
-rw-r--r--sysutils/copytape/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/copytape/files/patch-ab b/sysutils/copytape/files/patch-ab
new file mode 100644
index 000000000000..265484767266
--- /dev/null
+++ b/sysutils/copytape/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.orig Fri Oct 23 17:31:20 1998
++++ Makefile Fri Oct 23 17:31:27 1998
+@@ -5,7 +5,7 @@
+ CFLAGS = -O
+ CC = cc $(CFLAGS)
+
+-copytape: copytape.c
++all copytape: copytape.c
+ $(CC) -o copytape copytape.c
+
+ install: copytape