mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
12 lines
275 B
Text
12 lines
275 B
Text
--- Makefile.orig Wed Apr 11 00:25:08 2001
|
|
+++ Makefile Wed Apr 11 00:26:11 2001
|
|
@@ -1,8 +1,4 @@
|
|
-
|
|
-CC=gcc -g
|
|
-LD=gcc -g
|
|
-
|
|
all: filedupe
|
|
|
|
filedupe: md5.o filedupe.o
|
|
- $(LD) -o filedupe md5.o filedupe.o -lgdbm
|
|
+ $(CC) -o filedupe md5.o filedupe.o -L$(LOCALBASE)/lib -lgdbm
|