386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 29 Apr 1990 22:38:52 +0000 (14:38 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 29 Apr 1990 22:38:52 +0000 (14:38 -0800)
Work on file usr/src/usr.sbin/sendmail/src/Makefile.dist

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

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

diff --git a/usr/src/usr.sbin/sendmail/src/Makefile.dist b/usr/src/usr.sbin/sendmail/src/Makefile.dist
new file mode 100644 (file)
index 0000000..c37bf82
--- /dev/null
@@ -0,0 +1,18 @@
+# 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 -DVMUNIX -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.'