blob: 6a00e8fb52d7f98178553cfb749fbc4b5d29e263 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.orig Mon Jan 10 13:14:31 2000
+++ Makefile Sun Feb 13 17:53:23 2000
@@ -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
|