mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
62f52bc5fe
PR: ports/45188 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
--- tools/Makefile.orig Sat Nov 9 15:08:17 2002
|
|
+++ tools/Makefile Sat Nov 9 15:08:33 2002
|
|
@@ -1,7 +1,7 @@
|
|
all: screw
|
|
|
|
screw: screw.c zencode.c
|
|
- gcc -o screw screw.c zencode.c -lz
|
|
+ ${CC} -o screw screw.c zencode.c -lz
|
|
|
|
clean:
|
|
/bin/rm *.o *.so screw
|