From 8e9ae85e50b8a42c66cadf1e7516ccdd86e29b7b Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sun, 4 Dec 1994 18:06:24 -0800 Subject: [PATCH] remove sysexits.h before slinking SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.8 SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.8 SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.8 --- usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.Solaris | 3 ++- usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 | 3 ++- usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.Solaris b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.Solaris index 1fd7e7bc59..2b3f04965d 100644 --- a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.Solaris +++ b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.Solaris @@ -8,7 +8,7 @@ # This has been tested on Solaris 2.1 and 2.2. If you are compiling # for Solaris 2.3, use Makefile.SunOS.5.x. # -# @(#)Makefile.Solaris 8.7 (Berkeley) %G% +# @(#)Makefile.Solaris 8.8 (Berkeley) %G% # # use O=-O (usual) or O=-g (debugging) @@ -80,6 +80,7 @@ sendmail: ${BEFORE} ${OBJS} ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS} sysexits.h: /usr/ucbinclude/sysexits.h + rm -f sysexits.h ln -s /usr/ucbinclude/sysexits.h NROFF= nroff -h diff --git a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 index 1d21cd7e85..f3c5378cd3 100644 --- a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 +++ b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 @@ -7,7 +7,7 @@ # # This has been tested on Solaris 2.3. # -# @(#)Makefile.SunOS.5.3 8.7 (Berkeley) %G% +# @(#)Makefile.SunOS.5.3 8.8 (Berkeley) %G% # # use O=-O (usual) or O=-g (debugging) @@ -79,6 +79,7 @@ sendmail: ${BEFORE} ${OBJS} ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS} sysexits.h: /usr/ucbinclude/sysexits.h + rm -f sysexits.h ln -s /usr/ucbinclude/sysexits.h NROFF= nroff -h diff --git a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 index c0c21ba9fa..cd0c3b7d02 100644 --- a/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 +++ b/usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 @@ -7,7 +7,7 @@ # # This has been tested on Solaris 2.3. # -# @(#)Makefile.SunOS.5.4 8.7 (Berkeley) %G% +# @(#)Makefile.SunOS.5.4 8.8 (Berkeley) %G% # # use O=-O (usual) or O=-g (debugging) @@ -79,6 +79,7 @@ sendmail: ${BEFORE} ${OBJS} ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS} sysexits.h: /usr/ucbinclude/sysexits.h + rm -f sysexits.h ln -s /usr/ucbinclude/sysexits.h NROFF= nroff -h -- 2.20.1