mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6299cff8f6
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
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
--- 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
|