24 lines
556 B
Text
24 lines
556 B
Text
--- Makefile.orig Mon Jan 10 13:14:31 2000
|
|
+++ Makefile Sun May 11 18:46:35 2003
|
|
@@ -1,10 +1,10 @@
|
|
# Makefile for ddos_scan (dds).
|
|
# $Revision: 1.1 $
|
|
|
|
-CFLAGS=
|
|
+#CFLAGS=
|
|
|
|
# For Solaris 2.5.1 and above, uncomment the following line.
|
|
-LIBS=-lresolv -lsocket -lnsl
|
|
+#LIBS=-lresolv -lsocket -lnsl
|
|
|
|
default:
|
|
@clear
|
|
@@ -14,7 +14,7 @@
|
|
@echo "to suit your operating system, then use 'make dds'"
|
|
|
|
dds: dds.o
|
|
- $(CC) -o dds dds.c $(LIBS)
|
|
+ $(CC) -o dds dds.o $(LIBS)
|
|
|
|
# This assumes the source is in a directory named "ddos_scan".
|
|
tar: ddos_scan.tar
|