diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-06-18 17:48:24 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-06-18 17:48:24 +0200 |
commit | 2939be9f34b400fa59cb12c59c2c101c852fea92 (patch) | |
tree | 6ba7822a45584666ae967ffe9c070af667576bdf /GNUmakefile | |
parent | 01ad9ec927a6ec1b4acbce2a7e3b48135fa794e4 (diff) | |
download | mblaze-2939be9f34b400fa59cb12c59c2c101c852fea92.tar.gz mblaze-2939be9f34b400fa59cb12c59c2c101c852fea92.tar.xz mblaze-2939be9f34b400fa59cb12c59c2c101c852fea92.zip |
mcom: add mfwd command to forward messages
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3389143..61e8dfb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -56,6 +56,7 @@ install: FRC all install -m0755 $(ALL) $(SCRIPT) $(DESTDIR)$(BINDIR) ln -sf mless $(DESTDIR)$(BINDIR)/mnext ln -sf mless $(DESTDIR)$(BINDIR)/mprev + ln -sf mcom $(DESTDIR)$(BINDIR)/mfwd ln -sf mcom $(DESTDIR)$(BINDIR)/mrep install -m0644 man/*.1 $(DESTDIR)$(MANDIR)/man1 install -m0644 man/*.5 $(DESTDIR)$(MANDIR)/man5 |