1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/l0pht-watch/files/patch-aa
Steve Price 5a91c9fa2a Initial import of l0pht-watch version 1.0.
A program to report what goes on in /tmp.

PR:		9434
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-01-18 04:21:04 +00:00

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.