BASECFLAGS="-g -Dunix=1 -D_BSD -qro -qroconst" \
BASELDFLAGS="-ls"
+a52: # Attempt at AIX 5.2
+ $(BUILD) `$(CAT) SPECIALS` OS=$@ \
+ SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
+ SPOOLDIR=/var/spool \
+ RSHPATH=/usr/bin/rsh \
+ BASECFLAGS="-g -Dunix=1 -D_BSD -qro -qroconst" \
+ BASELDFLAGS="-ls"
+
aix: # AIX/370
@echo You are building for AIX on an S/370 class machine
@echo If you want AIX on an RS/6000 you need to use a32 or a41 instead!
* Internet: MRC@Washington.EDU
*
* Date: 1 August 1988
- * Last Edited: 15 May 2008
+ * Last Edited: 23 February 2009
*/
#include <grp.h>
restrictBox = NIL; /* can't restrict */
if (blackBox) { /* if black box */
/* toss out driver dependent names */
- printf (path,"%s/INBOX",mymailboxdir ());
+ sprintf (path,"%s/INBOX",mymailboxdir ());
blackBox = NIL; /* well that's evil - evil is going on */
ret = mail_create (stream,path);
blackBox = T; /* restore the box */