break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / old / Makefile
index e64063b..8da45ea 100644 (file)
@@ -1,13 +1,19 @@
-#      @(#)Makefile    5.21 (Berkeley) %G%
+#      @(#)Makefile    5.44 (Berkeley) %G%
 
 SUBDIR=        compact hostid lex make yacc
 
 .if   (${MACHINE} == "hp300")
 
 SUBDIR=        compact hostid lex make yacc
 
 .if   (${MACHINE} == "hp300")
-SUBDIR+=as.hpux
+SUBDIR+=adb as.hpux ld
+.elif (${MACHINE} == "i386")
+SUBDIR+=ld
+.elif (${MACHINE} == "luna68k")
+SUBDIR+=ld
+.elif (${MACHINE} == "mips")
+SUBDIR+=ld
 .elif (${MACHINE} == "tahoe")
 .elif (${MACHINE} == "tahoe")
-SUBDIR+=as.tahoe dbx pcc
+SUBDIR+=adb as.tahoe dbx dlmpcc ld pcc
 .elif ${MACHINE} == "vax"
 .elif ${MACHINE} == "vax"
-SUBDIR+=as.vax dbx pcc talk tp
+SUBDIR+=adb arff as.vax dbx flcopy ld pcc rxformat talk tp
 .endif
 
 .include <bsd.subdir.mk>
 .endif
 
 .include <bsd.subdir.mk>