freebsd-ports/sysutils/copytape/files/patch-ab
Justin M. Seger 6299cff8f6 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
1998-12-20 21:14:43 +00:00

11 lines
231 B
Text

--- 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