mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
63d19c3f45
PR: 22815 Submitted by: Ports Fury
20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
--- libcci/Makefile.orig Thu Apr 6 21:07:46 1995
|
|
+++ libcci/Makefile Sun Nov 12 18:01:00 2000
|
|
@@ -1,12 +1,10 @@
|
|
-CFLAGS=-DDEBUG
|
|
-
|
|
-RANLIB = /bin/ranlib
|
|
-#RANLIB = /usr/bin/ranlib # the location of ranlib is system dependent.
|
|
+RANLIB = ranlib
|
|
|
|
SRC = connect.c cciClient.c list.c support.c
|
|
OBJ = connect.o cciClient.o list.o support.o
|
|
-CC = gcc
|
|
-CFLAGS = -ggdb
|
|
+
|
|
+all: libcci.a
|
|
+
|
|
libcci.a: $(OBJ)
|
|
rm -f $@
|
|
ar q $@ $(OBJ)
|