summaryrefslogtreecommitdiff
path: root/net/redir/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/redir/files/patch-Makefile')
-rw-r--r--net/redir/files/patch-Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/redir/files/patch-Makefile b/net/redir/files/patch-Makefile
index da1e2f685484..ce69c2c16b74 100644
--- a/net/redir/files/patch-Makefile
+++ b/net/redir/files/patch-Makefile
@@ -23,12 +23,3 @@
LDFLAGS = -s
# solaris, and others, may also need these libraries to link
-@@ -49,7 +48,7 @@
- rm -f $(OBJS) redir core
-
- redir: ${OBJS}
-- ${CC} ${LDFLAGS} -o redir ${OBJS} ${LIBS}
-+ ${CC} ${LDFLAGS} -o redir redir.o getopt.o getopt1.o ${LIBS}
-
-
-