diff options
Diffstat (limited to 'sysutils/copytape/files/patch-ab')
-rw-r--r-- | sysutils/copytape/files/patch-ab | 11 |
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 |