From: Keith Bostic Date: Wed, 22 Jul 1992 05:14:45 +0000 (-0800) Subject: date and time created 92/07/21 14:14:45 by bostic X-Git-Tag: BSD-4_4-Snapshot-Development~5449 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/7dfd2692faa3189d798c3c5e581cfabb3c666b47 date and time created 92/07/21 14:14:45 by bostic SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 5.1 --- diff --git a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.dist b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.dist new file mode 100644 index 0000000000..d4d01834c4 --- /dev/null +++ b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.dist @@ -0,0 +1,20 @@ +# @(#)Makefile.dist 5.1 (Berkeley) %G% + +# a very simple makefile... +# installation: +# install sendmail, owned by root, group kmem, mode 6555 +# link sendmail to "newaliases" and "mailq" +# delete sendmail.fc, sendmail.st +# install sendmail.hf +# refreeze the configuration file +# +# note, this installation is NOT complete... it assumes that +# sendmail is already running on the system and you know where +# everything goes. +sendmail: + @echo 'make of sendmail and manual pages started.' + cc -I. *.c -ldbm -lcompat -lutil + nroff -h -man aliases.5 > aliases.0 + nroff -h -man newaliases.1 > newaliases.0 + nroff -h -man sendmail.0 > sendmail.0 + @echo 'make of sendmail and manual pages completed.'