mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
d8eddd5db2
Submitted by: David Kirchner <dpk@nwserv.com>
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
--- Makefile.in.old Wed Oct 27 16:49:03 1999
|
|
+++ Makefile.in Wed Oct 27 16:49:22 1999
|
|
@@ -210,7 +210,7 @@
|
|
|
|
mtr: $(mtr_OBJECTS) $(mtr_DEPENDENCIES)
|
|
@rm -f mtr
|
|
- $(LINK) $(mtr_LDFLAGS) $(mtr_OBJECTS) $(mtr_LDADD) $(LIBS)
|
|
+ $(LINK) $(mtr_LDFLAGS) $(mtr_OBJECTS) $(mtr_LDADD) -mytinfo $(LIBS)
|
|
|
|
install-man8:
|
|
$(mkinstalldirs) $(DESTDIR)$(man8dir)
|