mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
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
|