head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	gag_2_9_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.05.12.22.10.25;	author anholt;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.14.01.52.02;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.14.01.52.02;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix with newer gcc by converting #if #endif around license statement to /* */
Also fix linking so that CFLAGS get respected.
@
text
@--- Makefile.orig	Mon Jan 10 13:13:12 2000
+++ Makefile	Mon May 12 15:15:36 2003
@@@@ -1,7 +1,7 @@@@
-CFLAGS=
+#CFLAGS=
 
 # For Solaris 2.5.1 and above, uncomment the following line.
-LIBS=-lresolv -lsocket -lnsl
+#LIBS=-lresolv -lsocket -lnsl
 
 default:
 	@@clear
@@@@ -11,7 +11,7 @@@@
 	@@echo "to suit your operating system, then use 'make gag'"
 
 gag:	gag.o
-	$(CC) -o gag gag.c $(LIBS)
+	$(CC) -o gag gag.o $(LIBS)
 
 # This assumes the source is in a directory named "sickenscan".
 tar: sickenscan.tar
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
+++ Makefile	Sun Feb 13 17:41:35 2000
d13 9
@


1.1.1.1
log
@"gag" is a program to scan for "stacheldraht" agents, which are part
of an active "stacheldraht" network.  It will not detect trinoo,
the original Tribe Flood Network (TFN), or TFN2K agents.
@
text
@@
