1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/tdetect/files/patch-Makefile
2003-10-23 00:01:04 +00:00

17 lines
335 B
Plaintext

--- 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)