$NetBSD: patch-aa,v 1.6 2003/05/31 16:10:53 thorpej Exp $

--- Makefile.orig	2003-03-02 15:44:14.000000000 -0800
+++ Makefile	2003-05-31 08:55:03.000000000 -0700
@@ -3,24 +3,24 @@
 # Note: -O2 is sometimes broken in GCC when setjump/longjump is being
 # used. Try -O2 only with released simulators.
 #
-ifeq ($(WIN32),)
+#ifeq ($(WIN32),)
 #Unix Environments
 CC = gcc -O2 -lm -I . 
 #CC = gcc -O2 -g -lm -I . 
-ifeq ($(USE_NETWORK),)
-else
+#ifeq ($(USE_NETWORK),)
+#else
 NETWORK_OPT = -DUSE_NETWORK -lpcap
-endif
-else
+#endif
+#else
 #Win32 Environments
-LDFLAGS = -lm -lwsock32
-CC = gcc -O0 -I.
-EXE = .exe
-ifeq ($(USE_NETWORK),)
-else
-NETWORK_OPT = -DUSE_NETWORK -lwpcap -lpacket
-endif
-endif
+#LDFLAGS = -lm -lwsock32
+#CC = gcc -O0 -I.
+#EXE = .exe
+#ifeq ($(USE_NETWORK),)
+#else
+#NETWORK_OPT = -DUSE_NETWORK -lwpcap -lpacket
+#endif
+#endif
 
 
 #
@@ -223,11 +223,11 @@
 all : ${ALL}
 
 clean :
-ifeq ($(WIN32),)
+#ifeq ($(WIN32),)
 	${RM} ${ALL}
-else
-	if exist BIN\*.exe del /q BIN\*.exe
-endif
+#else
+#	if exist BIN\*.exe del /q BIN\*.exe
+#endif
 #
 # Individual builds
 #
