diff options
Diffstat (limited to 'www/www6to4/files/patch-Makefile')
-rw-r--r-- | www/www6to4/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/www6to4/files/patch-Makefile b/www/www6to4/files/patch-Makefile new file mode 100644 index 000000000000..74ded54980c2 --- /dev/null +++ b/www/www6to4/files/patch-Makefile @@ -0,0 +1,13 @@ +*** Makefile.orig Fri Mar 22 00:24:37 2002 +--- Makefile Fri Mar 22 00:25:17 2002 +*************** +*** 6,11 **** +--- 6,13 ---- + + OBJS = www6to4.o parsers.c loaders.o socket.o + ++ all: $(PROG) ++ + $(PROG): $(OBJS) + $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS) + |