summaryrefslogblamecommitdiff
path: root/net/tdetect/files/patch-Makefile
blob: ce7a5c22899dc89a248815a914797bf33c91ef6a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                
--- Makefile.orig	Wed Oct 22 16:58:23 2003
+++ Makefile	Wed Oct 22 16:58:37 2003
@@ -1,11 +1,11 @@
 # Makefile
 
-CC=gcc
+CC?=cc
 #DEBUG=-g -DDEBUG
 
 # Add -DLINUX if you compile on Linux
 # Thanks to Gary Miller <gem@rellim.com>
-CFLAGS=-O2 -Wall
+CFLAGS?=-O -pipe
 OBJS=main.o null.o ether.o ip.o
 LIBS= -lpcap
 SRC=$(OBJS:%.o=%.c)