blob: e4bf647e6c48a3b035d61fee1f79dc4a980fb3ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- 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
|