mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
8d9537e203
A sendmail logfile summary tool. PR: 15805 Submitted by: Will Andrews <andrews@technologist.com>
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
--- Makefile Tue Jan 25 07:20:33 2000
|
|
+++ Makefile.new Sat Jan 29 20:04:56 2000
|
|
@@ -1,5 +1,5 @@
|
|
-CC=gcc
|
|
-COPT=-Wall -c -O2
|
|
+CC?=gcc
|
|
+COPT=${CFLAGS} -Wall -c
|
|
|
|
INSTDIR=/usr/local/bin
|
|
MANDIR=/usr/local/man/man1
|