diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-17 22:05:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-17 22:05:36 +0000 |
commit | b828827f992bed0eff0b1927db5ab59c66cf8436 (patch) | |
tree | de359b730dfa35be6533f68f6c98fd9e130dc2c6 /net/redir/files | |
parent | Fix build on head (diff) |
Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
Notes
Notes:
svn path=/head/; revision=381523
Diffstat (limited to 'net/redir/files')
-rw-r--r-- | net/redir/files/patch-Makefile | 9 |
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} - - - |