diff options
Diffstat (limited to 'net/gatekeeper/files/patch-makefile')
| -rw-r--r-- | net/gatekeeper/files/patch-makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/gatekeeper/files/patch-makefile b/net/gatekeeper/files/patch-makefile new file mode 100644 index 000000000000..e5e8b3e9a9d1 --- /dev/null +++ b/net/gatekeeper/files/patch-makefile @@ -0,0 +1,19 @@ +*** Makefile.orig Mon Mar 3 19:52:50 2003 +--- Makefile Mon Mar 3 19:59:55 2003 +*************** endif +*** 162,168 **** + + # extra targets + addpasswd: $(OBJDIR)/addpasswd.o +! $(CXX) -o $(OBJDIR)/addpasswd $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE) -lpthread -lssl -lexpat + + doc: docs/manual.sgml + cd docs; sgml2html manual.sgml; \ +--- 162,168 ---- + + # extra targets + addpasswd: $(OBJDIR)/addpasswd.o +! $(CXX) -o $(OBJDIR)/addpasswd $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE)_s -pthread -lssl -lcrypto -lexpat + + doc: docs/manual.sgml + cd docs; sgml2html manual.sgml; \ |
