diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 2003-03-04 14:53:27 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 2003-03-04 14:53:27 +0000 |
| commit | 1b02c177499dc76cf0b2065f5cf5cfebb1d3debf (patch) | |
| tree | 42ca83e7a9bfe1b43f53263f45fc7106fda17b5c /net/gatekeeper/files/patch-makefile | |
| parent | Fix build with OpenSSL 0.9.7+. (diff) | |
build and install the addpasswd program.
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; \ |
