diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-01-06 19:17:49 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-01-06 19:17:49 +0100 |
commit | 88a87a361a5eb8675fbe8f9628c9b230c40dba3e (patch) | |
tree | e5e3e978a548c226ae8a8c922f9d3b710450b01f /GNUmakefile | |
parent | a6243d7a2f799bc988cc69b14b235db04f7617e9 (diff) | |
download | mblaze-88a87a361a5eb8675fbe8f9628c9b230c40dba3e.tar.gz mblaze-88a87a361a5eb8675fbe8f9628c9b230c40dba3e.tar.xz mblaze-88a87a361a5eb8675fbe8f9628c9b230c40dba3e.zip |
add mbnc to bounce messages
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 79234a4..23f3964 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,6 +60,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)/mbnc ln -sf mcom $(DESTDIR)$(BINDIR)/mfwd ln -sf mcom $(DESTDIR)$(BINDIR)/mrep install -m0644 man/*.1 $(DESTDIR)$(MANDIR)/man1 |