many hacks to get mail.cs working well
[unix-history] / usr / src / old / Makefile
index a1a26c7..a0e2bee 100644 (file)
@@ -1,11 +1,13 @@
-#      @(#)Makefile    5.6 (Berkeley) %G%
+#      @(#)Makefile    5.22 (Berkeley) %G%
 
 
-SUBDIR=        compact crypt lex make yacc
+SUBDIR=        compact hostid lex make yacc
 
 
-.if   make(clean) || make(cleandir)
-SUBDIR+=talk
+.if   (${MACHINE} == "hp300")
+SUBDIR+=as.hpux
+.elif (${MACHINE} == "tahoe")
+SUBDIR+=as.tahoe dbx pcc
 .elif ${MACHINE} == "vax"
 .elif ${MACHINE} == "vax"
-SUBDIR+=talk
+SUBDIR+=as.vax dbx pcc talk tp
 .endif
 
 .include <bsd.subdir.mk>
 .endif
 
 .include <bsd.subdir.mk>