1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/www6to4/files/patch-Makefile
Oliver Braun b2f10820bd Add www6to4 1.5, lightweight http proxy to help IPv4 only browsers.
PR:		ports/36186
Submitted by:	Janos Mohacsi <janos.mohacsi@dante.org.uk>
2002-09-10 21:36:05 +00:00

14 lines
268 B
Plaintext

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