--- Makefile.orig	2000-01-10 21:13:12 UTC
+++ Makefile
@@ -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 @@ default:
 	@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
