diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-29 04:17:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-29 04:17:37 +0000 |
commit | b0802091e00d6735b6d6cda0a7509e1f9fed2645 (patch) | |
tree | 43d5eefa19d61b4d20d74527c70a454cac668da4 /net/gspoof/files | |
parent | add chipvault 200211 (diff) |
add gspoof 2.1.1
Console/GTK+ TCP/IP Packets Forger
Diffstat (limited to 'net/gspoof/files')
-rw-r--r-- | net/gspoof/files/patch-Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/gspoof/files/patch-Makefile b/net/gspoof/files/patch-Makefile new file mode 100644 index 000000000000..cbc43ab7c4a9 --- /dev/null +++ b/net/gspoof/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Wed Sep 25 03:17:31 2002 ++++ Makefile Wed Jan 29 12:04:47 2003 +@@ -1,4 +1,4 @@ +-CC := gcc -O3 -ansi -Wall ++CC+= ${CFLAGS} + VERSION = "Gspoof -< Console/GTK+ TCP/IP Packets Forger v. 2.1.1 >-" + GSRC = main.c interface.c callbacks.c console.c common.c + CSRC = cmain.c console.c common.c |