Off topic but sendmail help needed

Malcolm Kay malcolm.kay at internode.on.net
Sat Apr 10 23:08:32 PDT 2004


On Sunday 11 April 2004 07:02, Rob wrote:
> That's really strange then. The Makefile is right there in the /etc/mail
> directory and this is what it looks like:
>
>
> # $FreeBSD: src/contrib/sendmail/etc.mail/Makefile,v 1.1 2000/07/07
> 21:06:52 qzhou Exp $
>
> all: access.db mailertable.db virtusertable.db catchall.db aliases.db

Your Makefile does not contain an "install" target.

From the date in the header I would guess this corresponds to around
FreeBSD release 4.2.

It would seem yu don't need:
# make install
but:
# make
should be sufficient;
or if you wish to be specific/pedantic:
# make all

Malcolm



More information about the freebsd-questions mailing list