mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b37c2ace02
Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
12 lines
351 B
Plaintext
12 lines
351 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) -lmytinfo $(LIBS)
|
|
|
|
install-man8:
|
|
$(mkinstalldirs) $(DESTDIR)$(man8dir)
|