1996-09-20 05:47:59 +00:00
|
|
|
*** imap/Makefile.orig Fri Sep 20 13:44:01 1996
|
|
|
|
--- imap/Makefile Fri Sep 20 13:44:43 1996
|
1996-04-30 05:59:29 +00:00
|
|
|
***************
|
1996-09-20 05:47:59 +00:00
|
|
|
*** 47,53 ****
|
1996-04-30 05:59:29 +00:00
|
|
|
|
1996-09-20 05:47:59 +00:00
|
|
|
# ANSI compiler ports. Note for SCO you may have to set LN to "copy -rom"
|
|
|
|
|
|
|
|
! a32 a41 aix bs2 bsi d-g drs lnx lyn mct mnt neb nxt osf sc5 sco sgi slx sos:
|
|
|
|
$(MAKE) build SYSTYPE=ANSI OS=$@
|
|
|
|
|
|
|
|
# Non-ANSI compiler ports.
|
|
|
|
--- 47,53 ----
|
|
|
|
|
|
|
|
# ANSI compiler ports. Note for SCO you may have to set LN to "copy -rom"
|
|
|
|
|
|
|
|
! a32 a41 aix bs2 bsi bsf d-g drs lnx lyn mct mnt neb nxt osf sc5 sco sgi slx sos:
|
|
|
|
$(MAKE) build SYSTYPE=ANSI OS=$@
|
|
|
|
|
|
|
|
# Non-ANSI compiler ports.
|
|
|
|
***************
|
|
|
|
*** 81,86 ****
|
|
|
|
--- 81,89 ----
|
|
|
|
|
|
|
|
#bs2:
|
|
|
|
# $(MAKE) build SYSTYPE=ANSI OS=bsi
|
|
|
|
+
|
|
|
|
+ bsf:
|
|
|
|
+ $(MAKE) build OS=bsf PROCESS=an
|
|
|
|
|
|
|
|
pt1:
|
|
|
|
$(MAKE) build SYSTYPE=non-ANSI OS=ptx
|