This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.sbin / sendmail / src / Makefile.AIX
index a883ebf..d676e02 100644 (file)
@@ -22,7 +22,7 @@ O=    -g
 # If YPCOMPAT is defined and /var/yp/Makefile exists, sendmail will build
 #   both the NEWDB and DBM libraries (the DBM just for YP).
 #
 # If YPCOMPAT is defined and /var/yp/Makefile exists, sendmail will build
 #   both the NEWDB and DBM libraries (the DBM just for YP).
 #
-DBMDEF=        -DNDBM
+DBMDEF=        -DNEWDB
 
 # define the load average calculation on your system: -DLA_TYPE=LA_INT,
 #   -DLA_TYPE=LA_FLOAT, -DLA_TYPE=LA_SUBR, or -DLA_TYPE=LA_ZERO
 
 # define the load average calculation on your system: -DLA_TYPE=LA_INT,
 #   -DLA_TYPE=LA_FLOAT, -DLA_TYPE=LA_SUBR, or -DLA_TYPE=LA_ZERO
@@ -41,7 +41,7 @@ ENVDEF=       -D_AIX3
 #LIBDIRS=-L/usr/sww/lib
 
 # libraries required on your system
 #LIBDIRS=-L/usr/sww/lib
 
 # libraries required on your system
-LIBS=  -ldbm
+LIBS=  -ldbm -ldb
 
 # location of sendmail binary (usually /usr/sbin or /usr/lib)
 BINDIR=        ${DESTDIR}/usr/sbin
 
 # location of sendmail binary (usually /usr/sbin or /usr/lib)
 BINDIR=        ${DESTDIR}/usr/sbin