mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
--- Makefile.orig Thu Dec 11 06:15:32 1997
|
|
+++ Makefile Sun Jul 2 20:06:47 2000
|
|
@@ -2,8 +2,8 @@
|
|
# npc.cgi -- Animation counter cgi
|
|
#
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -O
|
|
+CC ?= gcc
|
|
+CFLAGS ?= -O
|
|
MAKEFILE = Makefile
|
|
|
|
INDEX_DIR = /usr/local/etc/httpd/index
|