head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.06.20.23.40.38;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2000.05.06.22.51.31;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports, plus the three ports that depended on them.
@
text
@--- Makefile.orig	Thu May  4 11:10:24 2000
+++ Makefile	Sat May  6 15:37:22 2000
@@@@ -1,6 +1,7 @@@@
-CC = gcc
+CC ?= gcc
 CCFLAGS = -Wall -pthread -ggdb
-CFLAGS = -Wall -O2 -pthread -ggdb -I. 
+CFLAGS ?= -O
+CFLAGS += -Wall -pthread -I. -DOSPRINTSCONF=\"${PREFIX}/share/siphon/osprints.conf\"
 LIBS = -lpcap
 OBJS = parse.o sniff.o main.o log.o
 SRCS = ${OBJS:.o=.c}
@@@@ -9,7 +10,7 @@@@
 all: $(TARGET)
 
 $(TARGET): $(OBJS)
-	$(CC) $(CCFLAGS) -o $(TARGET) $(OBJS) $(LIBS)
+	$(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(LIBS)
 
 clean:
 	rm -f $(OBJS) *~ *.core core siphon
@


1.1
log
@Siphon-0.666 is a passive OS fingerprinter, which sniffs TCP connections
and uses characteristics of the TCP stream to guess the OS running on
the endpoints.
@
text
@@

