summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/src/Makefile.SunOS
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sendmail/src/Makefile.SunOS')
-rw-r--r--usr.sbin/sendmail/src/Makefile.SunOS6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/Makefile.SunOS b/usr.sbin/sendmail/src/Makefile.SunOS
index faa9882279d..93409317348 100644
--- a/usr.sbin/sendmail/src/Makefile.SunOS
+++ b/usr.sbin/sendmail/src/Makefile.SunOS
@@ -6,6 +6,9 @@
# are going to be doing any signficant work on sendmail).
#
# This has been tested on SunOS 4.1.[12].
+# For SunOS 4.0.3, add -DSUNOS403 to the ENVDEF macro, and
+# create empty files stdlib.h and stddef.h in your
+# compile directory.
#
# use O=-O (usual) or O=-g (debugging)
@@ -21,6 +24,7 @@ O= -O
DBMDEF= -DNDBM -DNEWDB -DNIS
# environment definitions (e.g., -D_AIX3)
+# need to add -DSUNOS403 if you are on a SunOS 4.0.3 system
ENVDEF=
# see also conf.h for additional compilation flags
@@ -85,7 +89,7 @@ install: install-sendmail install-docs
install-sendmail: sendmail
install -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} sendmail ${BINDIR}
for i in ${LINKS}; do rm -f $$i; ln -s ${BINDIR}/sendmail $$i; done
- install -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${STDIR}/sendmail.st
install -c -o ${BINOWN} -g ${BINGRP} -m 444 sendmail.hf ${HFDIR}