mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c27477a5b4
An in-memory index with binary and string keys and key counts. PR: 16112 Submitted by: Bill Ross <bross@nas.nasa.gov>
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
--- Makefile.orig Sun Jan 23 15:00:51 2000
|
|
+++ Makefile Sun Jan 23 15:00:56 2000
|
|
@@ -3,7 +3,7 @@
|
|
# Date created: 13 January 2000
|
|
# Whom: Bill Ross <bross@nas.nasa.gov> <ross@cgl.ucsf.edu>
|
|
#
|
|
-CC= cc
|
|
+CC?= cc
|
|
|
|
all: libavltree.a
|
|
|