updates from Jim Jagielski <jim@jagubox.gsfc.nasa.gov>
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 15 Jun 1995 21:36:56 +0000 (13:36 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 15 Jun 1995 21:36:56 +0000 (13:36 -0800)
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AUX 8.8

usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.AUX

index 124be3e..1d0045e 100644 (file)
@@ -5,7 +5,7 @@
 #  old make program (I recommend that you get and port the new make if you
 #  are going to be doing any signficant work on sendmail).
 #
 #  old make program (I recommend that you get and port the new make if you
 #  are going to be doing any signficant work on sendmail).
 #
-#      @(#)Makefile.AUX        8.7 (Berkeley) %G%
+#      @(#)Makefile.AUX        8.8 (Berkeley) %G%
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -26,25 +26,25 @@ ENVDEF=     -D_POSIX_SOURCE
 # see also conf.h for additional compilation flags
 
 # include directories
 # see also conf.h for additional compilation flags
 
 # include directories
-INCDIRS=-I/usr/sww/include
+INCDIRS=
 
 # loader options
 LDOPTS=
 
 # library directories
 
 # loader options
 LDOPTS=
 
 # library directories
-LIBDIRS=-L/usr/sww/lib
+LIBDIRS=
 
 # libraries required on your system
 
 # libraries required on your system
-LIBS=  -ldbm -lposix
+LIBS=  -ldbm -lposix -lmalloc
 
 # location of sendmail binary (usually /usr/sbin or /usr/lib)
 
 # location of sendmail binary (usually /usr/sbin or /usr/lib)
-BINDIR=        ${DESTDIR}/usr/sbin
+BINDIR=        ${DESTDIR}/usr/lib
 
 # location of sendmail.st file (usually /var/log or /usr/lib)
 
 # location of sendmail.st file (usually /var/log or /usr/lib)
-STDIR= ${DESTDIR}/var/log
+STDIR= ${DESTDIR}/usr/lib
 
 # location of sendmail.hf file (usually /usr/share/misc or /usr/lib)
 
 # location of sendmail.hf file (usually /usr/share/misc or /usr/lib)
-HFDIR= ${DESTDIR}/usr/share/misc
+HFDIR= ${DESTDIR}/usr/lib
 
 # additional .o files needed
 OBJADD=
 
 # additional .o files needed
 OBJADD=