summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/src/Makefile.SunOS
diff options
context:
space:
mode:
authorglass <glass@NetBSD.org>1994-01-31 02:38:08 +0000
committerglass <glass@NetBSD.org>1994-01-31 02:38:08 +0000
commitf1cb96b2ca44e4aa70b57abc58ffc615af6b0583 (patch)
treea6ebcdd285462a08f65dcae64a1b57567dd129ea /usr.sbin/sendmail/src/Makefile.SunOS
parentf12eaca826e8750987e7055165cd38313cb63b46 (diff)
upgrade to version 8.6.5
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}