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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
