about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-10-05 14:44:36 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-10-05 14:44:36 +0200
commitb4a8090f75c90ec26133344b00a085025da212aa (patch)
tree9cc00368c48542853cf22621450009582b76ec51 /Makefile
parent0b2e4880f5c80a97a8c4577591210185669ddb4a (diff)
downloadmblaze-b4a8090f75c90ec26133344b00a085025da212aa.tar.gz
mblaze-b4a8090f75c90ec26133344b00a085025da212aa.tar.xz
mblaze-b4a8090f75c90ec26133344b00a085025da212aa.zip
seq: slurp the file instead of mmap
mmap is not robust when there are writes possible.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e20af8..451e1e3 100644
--- a/Makefile
+++ b/Makefile
@@ -21,11 +21,12 @@ $(ALL) : % : %.o
 maddr magrep mdeliver mexport mflag mgenmid mhdr mpick mscan msed mshow \
   msort mthread : blaze822.o mymemmem.o mytimegm.o
 maddr magrep mexport mflag mgenmid mhdr mpick mscan msed mseq mshow msort \
-  mthread : seq.o
+  mthread : seq.o slurp.o
 maddr magrep mhdr mpick mscan mshow : rfc2047.o
 magrep mshow : rfc2045.o
 mshow : filter.o
 msort : mystrverscmp.o
+mmime : slurp.o
 
 README: man/mblaze.7
 	mandoc -Tutf8 $< | col -bx >$@