1Distribution specific stuff
2===========================
3
4Debian
5------
6
7If you compile for Debian, do the configure with at least these options:
8
9	./configure --with-liblockfile
10
11You can also build your own Debian package with
12
13	dpkg-buildpackage -rfakeroot
14
15You need to have fakeroot installed to do this. Or, as root, do:
16
17	dpkg-buildpackage
18
19However, you better have a look at the official masqmail package in
20Debian.
21
22	apt-get source masqmail
23
24is your friend.
25
26
27
28SuSE/Redhat
29-----------
30
31There are spec files for rpm creation on the website. You may have to
32adjust these files.
33