mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
|
--- Makefile.orig Fri Nov 5 00:00:15 1999
|
||
|
+++ Makefile Wed Jan 12 21:49:27 2000
|
||
|
@@ -3,8 +3,8 @@
|
||
|
#
|
||
|
|
||
|
SHELL = /bin/sh
|
||
|
-MAKE = make
|
||
|
-CC = cc
|
||
|
+MAKE ?= make
|
||
|
+CC ?= cc
|
||
|
SED = sed
|
||
|
|
||
|
all: Makefile.tmp
|