mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5a91c9fa2a
A program to report what goes on in /tmp. PR: 9434 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
--- Makefile.orig Mon Jan 11 09:15:47 1999
|
|
+++ Makefile Mon Jan 11 09:16:07 1999
|
|
@@ -8,7 +8,6 @@
|
|
# pick gcc if you'd rather , and/or do -g instead of -O if debugging
|
|
# debugging
|
|
# DFLAGS = -DTEST -DDEBUG
|
|
-CFLAGS =-O -Wall
|
|
XFLAGS = # xtra cflags, set by systype targets
|
|
XLIBS = # xtra libs if necessary?
|
|
# -Bstatic for sunos, -static for gcc, etc. You want this, trust me.
|