date and time created 92/07/21 14:14:45 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 22 Jul 1992 05:14:45 +0000 (21:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 22 Jul 1992 05:14:45 +0000 (21:14 -0800)
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 5.1

usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.dist [new file with mode: 0644]

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 (file)
index 0000000..d4d0183
--- /dev/null
@@ -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.'