opnsense-ports/security/gag/files/patch-Makefile
Franco Fichtner f69c727216 */*: sync with upstream
Taken from: FreeBSD
2016-08-08 06:51:48 +02:00

21 lines
484 B
Text

--- 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